oh my god
Go to file
Troplo bd757e214b asdasdasdad 2020-11-30 18:17:24 +11:00
admin 0.172 2020-10-08 22:17:15 +11:00
config More Team Roles, and Admin stuff 2020-11-21 22:54:25 +11:00
controllers 0.177-prerelease (UPGRADE FROM SEQUELIZE V3 to V5, REWRITE MODELS) 2020-11-22 17:48:11 +11:00
frontend asdasdasdad 2020-11-30 18:17:24 +11:00
kaverti_modules 0.175-prerelease-backend 2020-10-12 18:29:53 +11:00
lib 3/5 2020-11-28 23:37:33 +11:00
migrations commit1 2020-11-30 02:16:19 +11:00
models asdasdasdad 2020-11-30 18:17:24 +11:00
rendering 4/5 2020-11-29 01:47:36 +11:00
routes asdasdasdad 2020-11-30 18:17:24 +11:00
socket_routes 0.176-prerelease3 2020-10-18 15:41:36 +11:00
.gitignore Finishing off Marketplace for release 2020-11-25 22:36:05 +11:00
README.md Update 'README.md' 2020-09-29 13:07:55 +00:00
kaverti-example.service Add example Linux service 2020-10-01 17:40:15 +10:00
licenses.html Multiple user login at a time 2020-11-22 22:30:31 +11:00
package.json finally migrate ban list 2020-11-22 13:07:49 +01:00
preview.html 0.172 2020-10-08 22:17:15 +11:00
server.js commit1 2020-11-30 02:16:19 +11:00
start.sh Fixes 2020-10-24 15:45:47 +11:00
yarn.lock finally migrate ban list 2020-11-22 13:07:49 +01:00

README.md

Kaverti Website

Install Steps

  1. Clone somewhere
  2. Setup MySQL
  3. Update config/config.json with DB credentials
  4. Run yarn install in the website folder, and yarn install in the frontend folder.
  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.

Updating

  1. Stop all Kaverti services
  2. Run git pull in the website root directory
  3. Start all Kaverti services