Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 488 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 488 Bytes

Getting started (Ubuntu)

$ 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

if you need ftp

$ sudo apt-get update