- For more information and detailed usages, please refer Rocketeer Documentation
- Download all
php
files and move them into.rocketeer
folder
git clone --depth=1 --branch=master [email protected]:FramgiaCD/rockerteer-config.git .rocketeer && rm -rf .rocketeer/.git
- You have to change some configurations in the following files:
config.php
Theapplication_name
,connection
host and username.remote.php
Theroot_directory
(project deploy path)scm.php
Therepository
url
- Run
rocketeer setup
first, to create deploy folders in the remote server. - SSH into the server, add necessary configurations into
.env
file insideshared
folder. - Run
rocketeer deploy
to start deploying. - You should create the
storage/logs/laravel.log
, and make sure that it's permissions has been changed.