-
Notifications
You must be signed in to change notification settings - Fork 312
Vagrant upgrade with a little bit of email noise #211
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
Conversation
Rebase. |
@seuros Okee dokee. Just did. What's up? |
Strange, why there is the Readme update ? |
@@ -1,6 +1,61 @@ | |||
# postinstall.sh created from Mitchell's official lucid32/64 baseboxes | |||
# and then further defaced by just3ws to create the Coderwall devenv | |||
|
|||
echo "Have you set the ENV keys?" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this madness ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That madness is to make sure it's done. It's only run when creating the new box because I have to manually paste in all my ENV variables export ENV_KEY=foobarbaz
to run the app during box creation but it takes a LONG time to get to the point where they're needed or will be missed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for i in `seq 1 20`;
do
echo "Have you set the ENV keys?"
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I was a little tired when I smashed that in there.
It was at least pasted in using a Vim repeating command. ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other reason for it being pasted versus automated is so I see it loud and clear the next time I have to look at the script.
I saw that too after the fact, it's because of moving to the new AGPL and the SHA must have gotten changed. |
Vagrant upgrade with a little bit of email noise [ci skip]
Refactored Protips#show meta tags with metamagic coderwall#211
Simplified Vagrant bootstrapping. Now the box is completely set up in Vagrant and ready to go from launch. Ruby 2.1.3 is pre-installed as well to prepare for our eventual upgrade. The database is preloaded with migrations and seeds. There is a command to run the entire application from the host in one command.
(There's also a new t-shirt pic that came along for the ride)