$ sudo apt-get update
$ sudo apt-get -y install git
$ sudo apt-get -y install apache2
$ cd /var/www/html
$ sudo git clone https://github.com/GATAKAWAKACHICO/quiz-view.git
$ cd quiz-view
$ vim static.js
Change your IP or Hostname, Do not change port.
var socket_url = 'http://xxxx:4649';
$ sudo chown ubuntu:ubuntu quizlist.csv
$ sudo apt-get install vsftpd
$ sudo apt-get update