This repository was archived by the owner on Jan 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Steven Hildreth edited this page Dec 9, 2021
·
9 revisions
Welcome to the roadie-vuejs wiki!
roadie-vuejs is a web application to run against the roadie-dotnetcore API.
Simple steps to getting roadie-vuejs up and running:
- Clone this repository.
- Modify .env.production file
-
- VUE_APP_API_URL is the URL to your roadie-dotnetcore instance (see here for setup directions).
-
- VUE_APP_APP_NAME is the name of your Roadie instance.
- Run npm install and build
-
- npm install
-
- npm run build
- Install Nginx (or some other web server).
- Copy "dist" folder to the web server.
- Ensure you have roadie-dotnetcore running and connecting to your database.
- Connect via web browser and Register, first user setup becomes administrator for the instance.
Good reference links: