If your site folder:
- cd sites/all/modules
- git clone --depth=1 --branch 7.x-1.x https://github.com/lolandese/multilang_setup.git multilang_setup
- rm -rf !$/.git
- cd multilang_setup
More info at: http://stackoverflow.com/a/11498124/523688
With Drush 7.0 to build the profile, run:
drush make build-multilang_setup.make ~/www/spark --no-core --no-recursion
This will assemble all needed contrib.
Telling what core and contrib should be initially enabled.
Setting up the rest, e.g.:
- Variable values.
- Text formats.
- Blocks.
- Entity (e.g. node) types (e.g. article, page).
- Taxonomy vocabularies.
- Fields.
- Roles.
- Permissions.
- Menus.
- Theme settings.