REBELinBLUE / deployer

Deployer is a free and open source deployment tool.
http://phpdeployment.org
MIT License
910 stars 185 forks source link

not able to setup properly #164

Closed lorvent closed 8 years ago

lorvent commented 8 years ago

Hello,

I really loved this one and spent more than 2 days to make it working but failed miserably.

i installed redis, beanstalkd,spervisor everything mentioned but still it says not able to connect to socket.

I have setup project and server for project (infact i used same server where deployer installed) and added ssh key to authorized_keys, to github private repo

and if hit "check status" for server...its forever in Testing with loading icon mode.

I really love this app and want to use it, can you please help me set it up properly.

thanks.

REBELinBLUE commented 8 years ago

My dev VM uses PHP 7, my production server is 5.6 and I haven't had any problems

lorvent commented 8 years ago

Sorry.... totally my fault :scream:

redis was not installed properly before.

i just installed again and everything works fine again.

for anyone following redis site to install...please follow https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis

I feel sorry for wasting your time through all debugging process.

REBELinBLUE commented 8 years ago

No worries, glad you got it sorted 😄

lorvent commented 8 years ago

its a shame......i thought i installed it but didn't properly :cry:

on a sidenote, i am making a bash script (i am very new to it though) to install all required things for laravel like php,mysql,composer etc using single command to setup on a new vps

can you help me adding redis into it?

https://github.com/lorvent/php7-lamp-bash

REBELinBLUE commented 8 years ago

https://github.com/laravel/settler/blob/master/scripts/provision.sh#L227 that is the script used for generating the laravel homestead dev VM which also uses Ubuntu so you should be able to use that as a basis

lorvent commented 8 years ago

Wow you rock!

you gave me more info than i need

REBELinBLUE commented 8 years ago

Ha ha, no problem