Create project automation

Hello,

I am creating a shell script for create OctoberCMS project automation (DB, GIT, Admin User, NPM setup, Node packages install, Default Plugins instalation etc…) and I need some help:

  • Is there an API for creating project and getting the licence key in octobercms portal? I’ve found the API key and secret, but I didnt found any documentation for this.
  • It Is there a way to pre-set the .env file with no - question installation of php artisan october:install command?

Thanks

Hi @zaq

There is not currently an API for creating projects, you are welcome to make this suggestion in the portal: https://portal.octobercms.com/

To use a non-interactive version of the install command, set the values in the .env file then run:

php artisan project:set LICENSE-KEY
php artisan october:build
1 Like