adaptcms
directory and modify your .env
file with your database credentials, mail, anything that you see that you can enter credentials, or to choose drivers..env.example
file to .env
. Open up this new file and enter in your configuration, such as database info. Next, run this command to trigger the initial install, as well as setting up your first admin account:laravel_permissions.sh
file that you can run. Please note before running this command to ensure your apache/nginx username matches www-data
in the file, and to either create or edit the group name dev
that is in the file. We've found having a properly set up user with group permissions to be a big key to getting everything working right.dev
, but that name can be quickly replaced in the permissions bash file: