Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Adding ansible command to README
Browse files Browse the repository at this point in the history
  • Loading branch information
subhojit777 committed Sep 9, 2016
1 parent 7cd44a7 commit f0a96d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -82,7 +82,8 @@ Notes:
2. (Optional) Copy `default.config.yml` to `config.yml` and modify it to your liking.
3. Create a local directory where Drupal will be installed and configure the path to that directory in `config.yml` (`local_path`, inside `vagrant_synced_folders`).
4. Open Terminal, `cd` to this directory (containing the `Vagrantfile` and this README file).
5. Type in `vagrant up`, and let Vagrant do its magic.
5. Execute `ansible-galaxy install -r provisioning/requirements.yml`
6. Type in `vagrant up`, and let Vagrant do its magic.

Once the process is complete, you will have a Drupal codebase available inside the `drupal/` directory of the project.

Expand Down

0 comments on commit f0a96d3

Please sign in to comment.