nitrous.json 252 B

123456789
  1. {
  2. "template": "rails",
  3. "ports": [3000],
  4. "name": "Huginn",
  5. "description": "Build agents that monitor and act on your behalf. Your agents are standing by!",
  6. "scripts": {
  7. "Start Huginn": "cd ~/code/huginn && bundle exec foreman start"
  8. }
  9. }