Skip to content

Conversation

just3ws
Copy link
Contributor

@just3ws just3ws commented Sep 25, 2014

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)

@seuros
Copy link
Contributor

seuros commented Sep 25, 2014

Rebase.

@just3ws
Copy link
Contributor Author

just3ws commented Sep 25, 2014

@seuros Okee dokee. Just did. What's up?

@seuros
Copy link
Contributor

seuros commented Sep 25, 2014

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?"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this madness ?

Copy link
Contributor Author

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.

Copy link
Contributor

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    

Copy link
Contributor Author

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. ;)

Copy link
Contributor Author

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.

@just3ws
Copy link
Contributor Author

just3ws commented Sep 25, 2014

I saw that too after the fact, it's because of moving to the new AGPL and the SHA must have gotten changed.

seuros added a commit that referenced this pull request Sep 25, 2014
Vagrant upgrade with a little bit of email noise [ci skip]
@seuros seuros merged commit 30562ae into coderwall:master Sep 25, 2014
jkhaykin pushed a commit to jkhaykin/coderwall that referenced this pull request Oct 2, 2014
Refactored Protips#show meta tags with metamagic coderwall#211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants