Skip to content

Configuration for deploying Laravel Project using Rockerteer

Notifications You must be signed in to change notification settings

FramgiaCD/rockerteer-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration for deploying Laravel Project using Rockerteer

  • 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 The application_name, connection host and username.
    • remote.php The root_directory (project deploy path)
    • scm.php The repository url
  • Run rocketeer setup first, to create deploy folders in the remote server.
  • SSH into the server, add necessary configurations into .env file inside shared 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.

About

Configuration for deploying Laravel Project using Rockerteer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages