Running Locally¶
How to run the app locally:
- Complete the steps in:
- Ensure the sandbox environment is running
make install- Login to the Openshift project
101ed4-prodon the CLI make copy-dbmake dev
Troubleshooting¶
Canvas error¶
Problem
The make install command gives the error:
Solution
- Comment out the
install: canvas-installsection in the Makefile make install- Uncomment the
install: canvas-installsection make install