- Create a database on the machine you're deploying to (or a db you are using to test with)
- Tweak db.php config and db config in ORMApp/Services.php
- Make a proxies directory in the root of the project and make it writeable.
- Run ./oconsole orm:generate-proxies
- Run ./oconsole migrations:migrate
./oconsole test:ormapp create
./mconsole test:mapperapp create
./oconsole test:ormapp read
./mconsole test:mapperapp read
./oconsole test:ormapp delete