Rocketeer is a fast and easy deploying tool for modern developers. In its spirit, Rocketeer is a basic SSH task runner, it defines servers, commands to execute on said server, and run them according to various contexts.Rocketeer provides a handful of tasks built-in to deploy and manage your remote projects.
Questions tagged [rocketeer]
7 questions
1
vote
0 answers
Laravel cache files - how to change default permission?
My Laravel application is running under a 'webapps' user on an Ubuntu server. The app generates the cache files with 644 permissions and www-data user an group, for…

somonek
- 373
- 1
- 6
- 13
1
vote
1 answer
Errors when using rocketter to deploy to recently upgraded Ubuntu 16.04 box
I've recently updated my Ubuntu server from 14.04 to 16.04, but now I'm getting the error show below when I try & deploy using rocketeer, however it seems that the deployment continues and completed successfully despite these errors.
PHP Warning: …

TobyG
- 1,692
- 3
- 21
- 36
1
vote
2 answers
How to deploy application configuration files using rocketeer?
I have a symfony2 application and I was checking rocketeer, it's very helpful so far. The only problem is, I didn't find a way to deploy changes to config files that are not committed to my git repository like for example ( app/config/parameters.yml…

naguib
- 85
- 8
1
vote
1 answer
composer + rocketeer + laravel 5.1 - cannot install rocketeer in laravel 5.1.17
I tried to install rocketeer on laravel 5.1.17 using composer but couldn't succeed.
Is it incompatible with latest version of laravel or what might be the problem?

Amrit Shrestha
- 1,620
- 20
- 25
1
vote
1 answer
Composer + Rocketeer + ZF2- Cannot install Rocketeer due to requirements conflict
Can somebody can tell me how to fix this?
Rocketeer installs just fine in empty dir, but not along with my existing project, don't know w why.
What is requiering that installation?
- Installation request for symfony/console == 2.6.6.0 ->…

Antoniossss
- 31,590
- 6
- 57
- 99
0
votes
0 answers
Rocketeer deploy to AWS EC2 instance not execute the latest release
I have an Laravel application, and I use Rocketeer to deploy the app. After deploy
It showing that the symlink is actually pointed to the latest release, but then, when I refresh the page, it still refer to the older release.
I really have no idea…

Js Lim
- 3,625
- 6
- 42
- 80
0
votes
2 answers
Wordpress theme not recognized
In my local, it works. Here I use rocketeer to deploy the project.
In server, here is the wp-content/themes directory
./
../
foobar/
.gitignore
index.php -> /var/www/foobar.example.com/shared/wp-content/themes/index.php
twentyfifteen ->…

Js Lim
- 3,625
- 6
- 42
- 80