Created
October 16, 2015 09:00
-
-
Save tomasnorre/d501389b2df6a024069a to your computer and use it in GitHub Desktop.
TYPO3.org 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
$ git clone git://git.typo3.org/Teams/Server/Vagrant/Typo3Org.git | |
$ cd Typo3Org | |
$ vagrant up <-- Fails with gem "mysql" install | |
$ vagrant ssh t3o-web | |
$ sudo apt-get install libmysqld-dev | |
$ cd /usr/local/bin | |
$ sudo wget http://github.com/mailhog/MailHog/releases/download/v0.1.6/MailHog_linux_amd64 -O MailHog | |
$ sudo chmod +x MailHog | |
$ exit | |
$ vagrant provision t3o-web | |
$ vagrant ssh t3o-web | |
$ mysql -uroot -proot t3orgdev < /var/cache/t3org.dev/t3org/database/full_complete.sql | |
$ exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment