π οΈLocal development
Get a local saaster development environment running
Last updated
git clone https://github.com/PAWECOGmbH/saasterconfig/example.cfconfig.json -> /.cfconfig.json
config/example.env -> /.env
config/example.server.json -> /server.json
config/example.config.cfm -> /config.cfmmakeMakefile commands:
dev -> creates the local development environment
reinit -> reinites the database
seed -> seeds certain sql files
clean -> removes full application with all containers
url -> outputs all importent URL's of the application------------------------------------------------------
Saaster: http://localhost/login
Mailslurper: http://localhost:9000
Lucee Admin: http://localhost/lucee/admin/server.cfm
------------------------------------------------------make seed[1] create-plans.sql
[2] create-widgets.sql
[3] create-sysadmin.sql
[4] create-modules.sql
Choose a number: 3make reinit