Skip to content

unclechu/test-01

Repository files navigation

test-01

Deploy

  1. Pull git submodules:
$ git submodule update --init 
  1. Copy config.yaml.example to config.yaml:
$ cp config.yaml.example config.yaml

And set correct 'DATABASE' in config.yaml;

  1. Install dependencies and build front-end:
$ npm install
  1. Run HTTP server:
$ ./start-server.sh