Skip to content

Instantly share code, notes, and snippets.

@tomasnorre
Created October 16, 2015 09:00
Show Gist options
  • Save tomasnorre/d501389b2df6a024069a to your computer and use it in GitHub Desktop.
Save tomasnorre/d501389b2df6a024069a to your computer and use it in GitHub Desktop.
TYPO3.org Vagrant
$ 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