clpf2018 / WorkflowProject

Equipe Workflow projet Cycle C 2017
http://projets2017.isae.edu.lb/
0 stars 1 forks source link

Create Heroku Account + Heroku Postgres DB #12

Closed t-g-tannous closed 7 years ago

t-g-tannous commented 7 years ago

postgresql-jbpm-schema.zip

This is the schema that need to be created on Heroku Postgres Db

t-g-tannous commented 7 years ago

To be able to create the database you need to do the following steps 👍 1- Create account on heroku plaform . 2- You need to install this add on https://devcenter.heroku.com/articles/heroku-postgresql 3- To be able to execute this functionality to connect to the database you need to install \PostgreSQL database locally on your machine to be able to execute this command in the heroku Cmd heroku pg:psql

Good luck for the installation hope these steps will help you