mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Updated README's to include Vagrant folder locations
This commit is contained in:
parent
246220d029
commit
aed0bb03f4
2 changed files with 17 additions and 4 deletions
|
|
@ -64,15 +64,17 @@ $ tail -f app/logs/prod.log
|
|||
$ tail -f app/logs/dev.log
|
||||
```
|
||||
|
||||
If you are using the supplied Vagrant development environment, please see the related [Troubleshooting guide](vagrant/README.md#Troubleshooting) for more information.
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
||||
All informations about contributing to Sylius can be found on [this page](http://docs.sylius.org/en/latest/contributing/index.html).
|
||||
|
||||
Sylius on twitter
|
||||
Sylius on Twitter
|
||||
-----------------
|
||||
|
||||
If you want to keep up with the updates, [follow the official Sylius account on twitter](http://twitter.com/Sylius).
|
||||
If you want to keep up with the updates, [follow the official Sylius account on Twitter](http://twitter.com/Sylius).
|
||||
|
||||
Bug tracking
|
||||
------------
|
||||
|
|
|
|||
|
|
@ -19,10 +19,21 @@ $ cd vagrant
|
|||
$ vagrant up
|
||||
```
|
||||
|
||||
While waiting for the vagrant to stand up you should add an entry into /etc/hosts file at host machine.
|
||||
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
|
||||
```
|
||||
|
||||
From now you should be able to access your sylius project at host machine under http://sylius.dev/ address.
|
||||
From now you should be able to access your Sylius project at [http://sylius.dev/](http://sylius.dev/)
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
Using Symfony2 inside Vagrant can be slow due to synchronisation delay incurred by NFS. To avoid this, both locations have been have been moved to a shared memory segment under ``/dev/shm/sylius``.
|
||||
|
||||
To view the application logs, run the following commands:
|
||||
|
||||
```bash
|
||||
$ tail -f /dev/shm/sylius/app/logs/prod.log
|
||||
$ tail -f /dev/shm/sylius/app/logs/dev.log
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue