Update 'README.md'

This commit is contained in:
Troplo 2020-09-29 13:07:55 +00:00
parent cea2421860
commit e77edcd733
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
5. Run `sequelize db:migrate` in the root website folder to import all the tables to the database.
6. Using your preferred MySQL management software, Insert a row into the settings table with the Kaverti settings.
7. Run `node .` in the root website folder, alternatively you can create a Linux systemctl service, and run `yarn serve` in the frontend folder for a development frontend web server (Make sure vue-cli is installed).
8. If you're ready for production, you can run `yarn build` in the frontend folder to build the frontend and you can upload that to a static web hosting service of your choice, I recommend Netlify.\
8. If you're ready for production, you can run `yarn build` in the frontend folder to build the frontend and you can upload that to a static web hosting service of your choice, I recommend Netlify.
## Updating
1. Stop all Kaverti services
2. Run `git pull` in the website root directory