The setups steps expect following tools installed on the system.
git clone [email protected]:CrunchworksIn/dpa.git
cd dparuby -vThe ouput should start with something like ruby 2.7.1
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.7.1bundle && yarnUsing Rails credentials:
contact the developer: [email protected] (sensitive data).
rails db:create db:migrateforeman start -f Procfile.dev -p 3000Using cloud66: For CLI commands setup Tollbelt:
cx stacks list
cx ssh -s "DAP" -e staging web
cx ssh -s "DAP" -e production webGo to the Cloud66 Dashboard or use Tollbelt CLI: