-
Notifications
You must be signed in to change notification settings - Fork 4
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
complete provisioning scripts #351
Conversation
Alright. What am I supposed to do with this? Run it on an Ubuntu 14.x host? |
What's missing on these scripts, @MatthewVita? How can I help? |
e00548f
to
569a628
Compare
dbe79dd
to
66759c3
Compare
Just found this reply in private email:
|
Failure!
|
@MatthewVita Cool. I've added those to the task list in this PR's description. |
4f50902
to
511aea6
Compare
Error running as root on a clean droplet:
|
Okay! I seem to be able to get into the meat of the installation now, starting from a clean 14.04 droplet and running:
|
Looks like I'm compiling Ruby?
|
root@test:/home/caac/cityasacampus# tail /etc/profile
. $i
fi
done
unset i
fi
export RAILS_ENV=production
export APP_DATABASE_USER=
export APP_DATABASE_PASS=
export APP_SECRET=
export APP_TOKEN= |
The interactive prompting I added in 1feeffa fails under |
... though it sounds like the |
Hypothesis: The changes to Test: Running |
I am unable to start puma:
|
|
|
Looks like the 500 is |
I ran |
|
http://railsguides.net/how-to-define-environment-variables-in-rails/ |
The author there recommends moving config to YAML and writing into |
This DigitalOcean tutorial says to us rbenv-vars. |
http://www.vpschef.com/2014/08/hack-to-environment-variables-in-to-the-puma-jungle/ There the solution is to "Edit the file |
Wherein EngineYard accuses "some PaaS providers" |
Heroku has you denote |
Alright, that's all I got for now. Back over to you, @MatthewVita. :-) |
@whit537 see comment here: #224 (comment) |
Closing in favor of #354. |
Closes #224.