Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 14th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. name: myapp_app
  2. summary: Common configuration for running the C-Rex platform (just the application host)
  3. post:
  4.   base:
  5.     - "echo ---- Creating home directory structures"
  6.     - "mkdir -p /home/myapp/stuff"
  7.     - "echo ---- Installing application and setting permissions"
  8.     - "chown -R myapp:myapp /home/myapp"