Skip to content

Configuration for deploying Laravel Project using Capistrano

Notifications You must be signed in to change notification settings

FramgiaCD/capistrano-laravel-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Configuration for deploying Rails Project using Rockerteer

  • Installation (Ruby required)
gem install capistrano capistrano-laravel capistrano-composer capistrano-npm
  • For more information and detailed usages, please refer Capistrano and Capistrano Laravel
  • Download Capfile and move it into your Laravel project. Download file and folder inside config folder and move them into Laravel's config project.
  • You have to change some configurations in the following files:
    • config/deploy.rb The repository url your_repo_url
    • config/deploy/staging.rb or config/deploy/production.rb The deploy server information deploy_user@server_name_or_ip_address

About

Configuration for deploying Laravel Project using Capistrano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages