Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 498 Bytes

File metadata and controls

19 lines (13 loc) · 498 Bytes

Setup manual

Setting up the dependencies

This project uses composer for dependencies management. In order to install the dependencies needed to run the idOS API just run in the terminal:

composer install

Setting up the database

Once you have configured the phinx.yml file, you may create all the necessary tables and seed the initial data using the following commands:

./vendor/bin/phinx migrate
./vendor/bin/phinx seed:run