Setting up international - DoSomethingArchive/legacy-website GitHub Wiki
Rough guide to setup international
vagrant destroy -f
vagrant up
vagrant ssh
setup-www
ds build --intl --install
Run this within your dosomething folder (not in SSH)
scp [email protected]:~/intl-uk.sql.gz .
Then go back into ssh
mysqladmin -u root drop dosomething_uk create dosomething_uk
zcat /vagrant/intl-uk.sql.gz | mysql -u root dosomething_uk
cd /var/www/dev.dosomething.org/html/sites/uk
drush cc all