1.0.0 • Published 5 years ago

kuizo-prisma v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

Kuizo-Prisma

Prisma Service for Kuizo


Dependency

> Node.js & npm

How to install on Ubuntu 16.04 64-bit | 18.04 64-bit

sudo apt-get update
sudo apt-get install nodejs

sudo apt-get install npm

> Docker

How to install on Ubuntu 16.04 64-bit | 18.04 64-bit

sudo apt-get update
sudo apt install docker.io

How to Setup

Assume you have git clone successfully and have all dependencies ready:

  1. Rename folder to Kuizo-Prisma with capital letter, move into it

    mv kuizo-prisma Kuizo-Prisma
    cd Kuizo-Prisma

    from here now on, all snipplet are assumed to be run from Kuizo-Prisma/:

  2. Run package manager

    npm install
  3. Run prisma (this script need be run everytime you reboot your server)

    cd src/database
    sudo docker-compose up -d
    
    npm run deploy
  4. Assume you have other Kuizo repository cloned, you can distribute the generated files

    npm run update
1.0.0

5 years ago