This is the webapp that runs Convus.org
We recommend mise for managing versions of Ruby and Node. Check the .tool-versions file to see the versions of required versions of:
Run these commands in the terminal, from the directory the project is in.
-
Install the ruby gems with
bundle install -
Install the node packages with
yarn install -
Create and migrate the databases
bundle exec rake db:create db:migrate db:test:prepare -
Start the dev server with
bin/dev -
Go to localhost:3009
| Toggle in development | command | default |
|---|---|---|
| Caching | bundle exec rails dev:cache |
disabled |
| letter_opener | bin/rake dev:letter_opener |
enabled |
| logging with lograge | bin/rake dev:lograge |
enabled |
The source code for convus_webapp is licensed under AGPL-3.0.