... | ... | @@ -33,5 +33,10 @@ Finally, if you are using RVM, put this in your ```.rvmrc``` file: |
|
|
# The setenv script sets this to 'production', so unset it.
|
|
|
unset RAILS_ENV
|
|
|
|
|
|
# Unset custom log directories to avoid storing the logs inside the package env.
|
|
|
unset ARACHNI_FRAMEWORK_LOGDIR
|
|
|
unset ARACHNI_WEBUI_LOGDIR
|
|
|
|
|
|
|
|
|
If not using RVM, you'll have to run the above (except for the first line) manually when working from the
|
|
|
terminal while developing Arachni. |