Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
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_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:

Clone this wiki locally