-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server error #128
Comments
Yeah sorry this is an issue I still need to work out with Apache, nginx can proxy the connection where as Apache can't. In |
Ok thx |
still the same A connection could not be established to the socket at http://deploy.local:6001/. This is required for reporting the status on running deployments. Please reload, if the issue continues please contact the system administrator |
A connection could not be established to the socket at http://deploy.local:6001. This is required for reporting the status on running deployments. Please reload, if the issue continues please contact the system administrator |
Do you have the node socket server running? See |
ok it's new command witch is not in README.md ok. I'm trying. |
ok its solved; |
It is in the supervisor config, unfortunately just running |
But I see logout error, I can try to repair it but I thing is too many Laravel dependecies. I don't like that frameworks do somthing without my controll. But I understood that It is for "help". But when you have no control is not good. Maybe You know more than I Laravel concepts. |
It is for the laravel event broadcasting http://laravel.com/docs/5.1/events#broadcasting-events it uses a Redis pub/sub queue and then a socket.io socket server to subscribe to the channel and broadcast them out to client. It is used when models change, i.e. updating the progress of deployments etc to get realtime updates broadcast straight to the browser instead of continually polling with AJAX |
I have forgotten:
|
Sounds like you don't have beanstalkd running? If you'd rather use redis for the queue as well just change |
Tomoorow. Now I am tired. |
I change QUEUE_DRIVER but still after press "sign out" button I have an laravel error like "whops ..." after create or edit some objects in app I have returned error message but everything is saved. I start to create Deploment module in PHPCI I didn't change to dev, but is very inconvenient app.
|
I'm really sorry you are having so many problems, I really don't get it. @dancryer , the creator of PHPCI uses Deployer many times a day https://twitter.com/dancryer/status/665175807615238144 as does the company I work for. We were actually discussing this thread this morning and we are both equally stumped. |
Could you upload a dump of your DB so I can try and figure out what state it is in? |
It's too late I droped this database and user :) This app has a lot of problem instead of PHPCI which is more comfortable to develop and implement a Deployment module ;) |
I'm sorry but I disagree, as I said Dan himself uses Deployer many times a day, my company uses it dozens of times a day. I've just looked into it, and your issue is because you didn't have the queue software setup before running a deployment so Laravel created the model but failed to add it to the queue. I've just pushed a fix to |
The idea of deployment in my opinion is very simple, but I am not specialist. All In One App like "One Ring to rule them all", because If you have a lot of systems, one to Build and the other to Deploy is havy to manage. I think the best way is to merge it in one system :) Thank You for Help, but I lost strength to use this project. I lost 4 days with fighting with this app, ok a lot of problems maybe was my mistakes or hasn't got knowledge. I am a Java programmer at work, but I think this is a hard language which need compile - developers loose a lot of time to wait to compile project and I try do something in PHP and Laravel becouse it simpler and faster for developers. I wish you good luck and best regards and more power for developing this tool, mayby it will be alternative for everybody who would like to only deploy web-apps. |
@REBELinBLUE Could You help me?
The text was updated successfully, but these errors were encountered: