- This application contains BANDWITT project web features.
- https://bandwitt.com
- Make sure that
Ruby 3.4.8 versionis installed - run
rbenv install 3.4.8after runrbenv local 3.4.8if not installed app Ruby version
- run following commands on terminal
Set demo variables in .rbenv-vars file
DEMO_ANALYSIS_ACCOUNT_UUID=W5RFNaqH91Xe7MZP
DEMO_ANALYSIS_ID=93➜ ✗ bundle install
➜ ✗ bundle exec rails db:create db:migrate
➜ ✗ bundle exec rails db:seed dummy=yes
➜ ✗ ./bin/dev # or bin/rails server
➜ ✗ bin/jobs
➜ ✗ bundle exec rails db:test:prepare
➜ ✗ bin/test