Guest User

Untitled

a guest
Jun 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. (in /home/arndt/public_html/rc)
  2. rake db:migrate # Migrate the database (with 'VERSION=YYYMMDDHHIISS' the version you want to migrate to can be specified)
  3. rake db:schema:dump # Create a db/schema.rb file that can be portably used against any DB supported by AR (with 'SCHEMA=filename' the schema-file can be s...
  4. rake db:schema:load # Load a schema.rb file into the database (with 'SCHEMA=filename' the schema-file can be specified)
  5. rake rc_dev # Testsystem
  6. rake rc_live # Livesystem
  7. rake vlad:bundle_install # Remote: Bundle installieren
  8. rake vlad:cleanup # Clean up old releases.
  9. rake vlad:db_migrate # Remote-Datenbankmigration
  10. rake vlad:debug # Show the vlad setup.
  11. rake vlad:deploy # update, bundle_install, db_migrate && cleanup
  12. rake vlad:invoke # Invoke a single command on every remote server.
  13. rake vlad:migrate # Run the migrate rake task for the the app.
  14. rake vlad:rollback # Rolls back to a previous version and restarts.
  15. rake vlad:setup # Setup your servers.
  16. rake vlad:setup_app # Prepares application servers for deployment.
  17. rake vlad:start # (Re)Start the web and app servers
  18. rake vlad:start_app # Restart Passenger
  19. rake vlad:start_web # (Re)Start the web servers
  20. rake vlad:stop # Stop the web and app servers
  21. rake vlad:stop_web # Stop the web servers
  22. rake vlad:tail_access_log # Tail access-log
  23. rake vlad:tail_error_log # Tail error-log
  24. rake vlad:update # Updates your application server to the latest revision.
Add Comment
Please, Sign In to add comment