Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
Before using Mission Control you must and ensure it's running. Mission Control will plug into your existing API endpoints and database.
Once running, run the following command in terminal:
After you have completed the setup process, open a new browser window and navigate to:
Please ensure you use a strong password if you plan to deploy Mission Control to a live server.
Then complete the setup wizard in the browser, similar to the main setup you completed earlier.
You MUST remove the setup files from your install after setup. Failing to do so, will let anyone access the setup process.
You can use the cleanup script to automate this for you:
If you want to remove the files manually:
/client/src/views/setup folder
/controller/setupController
/model/setup
/api/index.js
remove the setup import from /server/api/index.js
the setup route import in /client/src/app.js