- 3a-classic-server
- mongo
- change 3a-classic-server host info
$ vim 3a-clasic-ui/js/config.js
var config = {
apiHost: 'YOUR_3A_CLASSIC_SERVER_HOST',
}if you change port of 3a-classic-server, write this
$ vim 3a-clasic-ui/js/config.js
var config = {
apiHost: 'YOUR_3A_CLASSIC_SERVER_HOST:PORT',
}- change directry to your work dir
$ cd /path/to/work/dir- download this repositry
$ git clone http://git.sadayuki-matsuno.com/3aclassic/3a-classic-ui.git- run docker
$ docker run --name 3a-classic-ui -p 8080:80 -v /path/to/work/dir/3a-classic-ui:/usr/share/nginx/html:ro -d nginx- access
http://localhost:8080