NZOI / nztrain

The NZOI online judge and training site written in Ruby
18 stars 13 forks source link

== NZTrain Status: {Build Status}[http://travis-ci.org/NZOI/nztrain] {Coverage Status}[https://coveralls.io/r/NZOI/nztrain] {}[https://codeclimate.com/github/NZOI/nztrain] Workflow: {WIP Issues}[http://waffle.io/NZOI/nztrain]

=== Installation Run script/install.bash to install dependencies.

script/update.bash will pull changes from origin and recompile various things. This includes assets - assuming that it is for production purposes.

Both scripts depends on script/install.cfg, which is built using script/install/config.bash automatically. If script/install.cfg is incomplete (eg. new configuration is added), script/install.bash and script/update.bash will prompt for the new configurations required.

=== Development Tools