TODO: This should be clearer.
- Make sure Ruby 2.6 or newer and Redis is installed on the server
- Clone the repository
cp data/config.yml.example data/config.yml
cd _server
gem install bundler
bin/bundle install --full-index
bin/rake assets:precompile
bin/puma -e production
Note: north-star will try to connect to redis on redis://localhost:6379/11
per default, which can be changed using the REDIS_URL
environment variable.
_docs/configs/nginx-example.com
holds an example of the production nginx configuration. This needs to be extended for SSL, asset compression, etc, but gives a starting point for mapping the subdomains.