Last active
December 15, 2015 08:29
-
-
Save timfall/5230764 to your computer and use it in GitHub Desktop.
Quick install script for Discourse using Vagrant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -d "/opt/vagrant/bin"]; | |
then git clone [email protected]:discourse/discourse.git; | |
cd discourse; | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment