From e77edcd73340c2d037d069434735d169ac26b60e Mon Sep 17 00:00:00 2001 From: Troplo Date: Tue, 29 Sep 2020 13:07:55 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8ad11b..f8a7f80 100644 --- a/README.md +++ b/README.md @@ -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