Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.9 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.9 KB

Butler Note

  • How to start database migration: psql butler_development
  • How to access postgres database: ./node_modules/.bin/sequelize db:migrate
  • How to run migration in Production(May have to create the DB first) ./node_modules/.bin/sequelize --env production db:migrate
  • How to run all seeders ./node_modules/.bin/sequelize db:seed:all
  • How to access bash shell of Heroku heroku run bash
  • Supported Browser - Chrome (Firefox and IE also works. However, input type date is not fully supported in those browsers)

Installation

Windows

Database

PostgreSQL

SQL Server (Not used anymore)

Service

When install in Windows machine npm install will trigger the post install action to create a service. However, one needs to be in Admin mode, in order to start a Service