Skip to content

3a-classic/score-jq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3a-classic-ui

DEPENDENCY

REQUIRED CONFIGURE

  • 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', 
}

USAGE

  • 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

About

jquery version of 3a-classic-ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors