-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before and start hook commands #2
Comments
You can add this to the top of your .pill file (not tested, be careful): require 'fileutils' app_root = REPLACE_THIS_FOR_YOUR_APP_ROOT_DIR 2013/11/26 Bráulio Bhavamitra [email protected]
Lucas Dutra Nunes |
@ldnunes this need to be run before each thin start |
Oh, my bad, I didn't read your issue correctly. Isn't there a before/after method for the thin server? Perhaps you could 2013/11/26 Bráulio Bhavamitra [email protected]
Lucas Dutra Nunes |
are there a application start/stop callbacks? that would be perfect! |
Hello all,
I need some before and start commands on thin execution.
For example, before thin I need to run:
And after I need to run
How can I code these after/before scripts?
The text was updated successfully, but these errors were encountered: