The setups steps expect following tools installed on the system.
git clone [email protected]:CrunchworksIn/dpa.git
cd dpa
ruby -v
The 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.1
bundle && yarn
Using Rails credentials:
contact the developer: [email protected] (sensitive data).
rails db:create db:migrate
foreman start -f Procfile.dev -p 3000
Using cloud66: For CLI commands setup Tollbelt:
cx stacks list
cx ssh -s "DAP" -e staging web
cx ssh -s "DAP" -e production web
Go to the Cloud66 Dashboard or use Tollbelt CLI: