- Debian 9 or windows 10 1903
- ruby 2.6.3
- Open http port
- change config file (Configuration section)
$ represents user's command
# represents admin's command
Install mongoDB Server:
Install mongoDB drivers for ruby:
# gem install mongo
install mongoDB server:
Install mongoDB drivers for ruby:
# gem install mongo
Install SASS with gem:
# gem install sass
Run this command in the root of the project
$ sass --watch client\styles\scss\:client\styles\css
Duplicate RythmTree/Server/Config/config.rb.example
and rename to config.rb
.
Open it and change HTTP_PORT to 80, actually is 5678.
execute the next line from RythmTree
folder:
$ ruby server/app_start.rb