Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified credentials + readme. #3

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated docroot location to be in expected place.
  • Loading branch information
AlexSkrypnyk committed Nov 27, 2015
commit ed675d22e52dd0571bd2ac20b98c36156802f4f5
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ vagrantup_provision: no
# You can use NFS by switching the 'type' to 'nfs'.
vagrant_synced_folders:
- local_path: .
destination: /drupal
destination: /var/www/drupal8
id: drupal
type: nfs

Expand Down Expand Up @@ -47,7 +47,7 @@ firewall_allowed_tcp_ports:
apache_listen_port: 80
apache_vhosts:
- servername: "d8.local"
documentroot: "/drupal/docroot"
documentroot: "/var/www/drupal8/docroot"

# PHP config
php_version: "5.5"
Expand Down