Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Setting up international

Joe Kent edited this page Jul 30, 2015 · 1 revision

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 ec2-user@jump.dosomething.org:~/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

Clone this wiki locally