Skip to content

Commit

Permalink
Merge pull request Sylius#18 from jackbentley/feature/sylius.test
Browse files Browse the repository at this point in the history
Update all occurrences of .dev to .test
  • Loading branch information
pamil authored Apr 27, 2018
2 parents 017f180 + 07d3f8b commit f27f9e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $ vagrant up
While waiting for Vagrant to start up, you should add an entry into /etc/hosts file on the host machine.

```
10.0.0.200 sylius.dev
10.0.0.200 sylius.test
```

From now you should be able to access your Sylius project at [http://sylius.dev/app_dev.php](http://sylius.dev/app_dev.php).
From now you should be able to access your Sylius project at [http://sylius.test/app_dev.php](http://sylius.test/app_dev.php).

Your newly created project is available under `sylius` folder.

Expand Down
4 changes: 2 additions & 2 deletions shell_provisioner/config/apache/sylius.vhost.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<VirtualHost *:80>

ServerName sylius.dev
ServerName sylius.test
DocumentRoot /var/www/sites/sylius/web
EnableSendfile off

Expand Down Expand Up @@ -34,4 +34,4 @@

ProxyPassMatch ^/(.*\.php(/.*)?)$ unix:/var/run/php/php7.1-fpm.sock|fcgi://localhost/var/www/sites/sylius/web/

</VirtualHost>
</VirtualHost>
2 changes: 1 addition & 1 deletion shell_provisioner/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONFIG_PATH='/vagrant/shell_provisioner/config'
GUEST_IP='10.0.0.200'

#Config
APP_DOMAIN='sylius.dev'
APP_DOMAIN='sylius.test'
APP_DBNAME='sylius'

# Adding an entry here executes the corresponding .sh file in MODULE_PATH
Expand Down

0 comments on commit f27f9e2

Please sign in to comment.