Advertisement
Guest User

Untitled

a guest
May 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. version: 0.0
  2. os: linux
  3. files:
  4. - source: /
  5. destination: /var/www/html/WordPress
  6. hooks:
  7. BeforeInstall:
  8. - location: scripts/install_dependencies.sh
  9. timeout: 300
  10. runas: root
  11. AfterInstall:
  12. - location: scripts/change_permissions.sh
  13. timeout: 300
  14. runas: root
  15. ApplicationStart:
  16. - location: scripts/start_server.sh
  17. - location: scripts/create_test_db.sh
  18. timeout: 300
  19. runas: root
  20. ApplicationStop:
  21. - location: scripts/stop_server.sh
  22. timeout: 300
  23. runas: root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement