type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
| #!/bin/bash | |
| chown -R rabbitmq:rabbitmq /data/log | |
| chown -R rabbitmq:rabbitmq /data/mnesia | |
| HOSTNAME=$(hostname) | |
| PID_FILE="/data/mnesia/rabbit\@$HOSTNAME.pid" | |
| function start() | |
| { |
| // An example controller binded to the form | |
| function FormCntl($scope, $compile) { | |
| // Consider using FosJsRouting bundle, if you want to use a Symfony2 route | |
| $scope.formUrl = "http://url-to-fetch-my-form"; | |
| // Data from the form will be binded here | |
| $scope.data = {}; | |
| // Method called when submitting the form | |
| $scope.submit = function() { |
As configured in my dotfiles.
start new:
tmux
start new with session name: