Skip to content

Commit

Permalink
Update doc for SF 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cocolabssas committed Mar 20, 2020
1 parent 0564b90 commit 6ef6bb4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions doc/installation-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Cocorico works also with Nginx.
#### Create your virtual host:

See [dev virtual host sample](virtual-hosts.md)
See [dev virtual host sample](doc/virtual-hosts.md)

### MongoDB

Expand Down Expand Up @@ -165,9 +165,9 @@ Copy and paste web/.htaccess.dist and rename it to web/.htaccess. (It's configur

Before starting coding, make sure that your local system is properly configured for Cocorico.

Execute the `check.php` script to make sure that your local system is properly configured for Cocorico:
Execute this script to make sure that your local system is properly configured for Cocorico:

php app/check.php
php bin/symfony_requirements

The script returns a status code of `0` if all mandatory requirements are met, `1` otherwise.

Expand Down
6 changes: 3 additions & 3 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Copy and paste web/.htaccess.dist and rename it to web/.htaccess. (It's configur

Before starting coding, make sure that your local system is properly configured for Cocorico.

Execute the `symfony_requirements` script to make sure that your local system is properly configured for Cocorico:
Execute this script to make sure that your local system is properly configured for Cocorico:

php bin/symfony_requirements

Expand Down Expand Up @@ -202,5 +202,5 @@ Enjoy!

Errors and exceptions are logged and rotated at the application level:

$ tail -f app/logs/dev-yyyy-mm-dd.log
$ tail -f app/logs/prod-yyyy-mm-dd.log
$ tail -f var/logs/dev-yyyy-mm-dd.log
$ tail -f var/logs/prod-yyyy-mm-dd.log
2 changes: 1 addition & 1 deletion doc/mails.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Translation domain is `cocorico_mail`.
With the **[CocoricoSwiftReaderBundle](https://github.com/Cocolabs-SAS/CocoricoSwiftReaderBundle)**
you can now consult emails send by the platform through a web interface.

By default emails send are stored in `app/spool/default` folder.
By default emails send are stored in `var/spool/default` folder.
If the parameter `debug_redirects` is set to true the email send will also be displayed in the profiler.
This works only for email not send through ajax.

Expand Down
4 changes: 2 additions & 2 deletions doc/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Errors and exceptions are logged and rotated at the application level:

$ tail -f app/logs/dev-yyyy-mm-dd.log
$ tail -f app/logs/prod-yyyy-mm-dd.log
$ tail -f var/logs/dev-yyyy-mm-dd.log
$ tail -f var/logs/prod-yyyy-mm-dd.log

0 comments on commit 6ef6bb4

Please sign in to comment.