rmasters / laravel-vm

MIT License
20 stars 1 forks source link

Setup beanstalk console and Redis commander sites #1

Open rmasters opened 10 years ago

rmasters commented 10 years ago

Will probably need (nginx/lighttpd)+php5-fpm or Apache installed (which webservers does Laravel support?) "Probably" unless I run php -S under supervisord (lol)

Beanstalk looks simple (fpm pool, nginx site).

Node's already installed for RC, so just putting it behind an Nginx host and running it with something like forever?

As for availability, forwarded ports are probably easiest (8500, 8501, etc.)

rmasters commented 10 years ago

Beanstalk console is running (port 8501)

Redis Commander won't install, due to a node or npm bug:

vagrant@precise32:~$ sudo npm install -g redis-commander
npm http GET https://registry.npmjs.org/redis-commander
npm http 200 https://registry.npmjs.org/redis-commander
...
npm http 200 https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
npm ERR! cb() never called!
npm ERR! not ok code 0