Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/release' to master
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Sep 30, 2013
1 parent b335217 commit cec060d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Expand Up @@ -46,6 +46,27 @@ http://getcomposer.org/ or just run the following command:
Alternatively with script (for Linux and Mac OS install.sh, for Windows install.bat)
After installation you can login as application administrator using user name "admin" and password "admin".

Instant messaging between the browser and the web server
--------------------------------------------------------
To use this feature you need to configure parameters.yml websocket parameters and run server with console command

```bash
app/console clank:server --env prod

Reporting
---------
To use this feature you need to run report data collector with console command

```bash
app/console oro:report:update --env prod
Demo Data uploading
---------
To upload this feature you need to run console command
```bash
php app/console doctrine:fixture:load --verbose --append --no-interaction --env=prod --fixtures=vendor/oro/crm/src/OroCRM/Bundle/DemoDataBundle/DataFixtures

Checking your System Configuration
-------------------------------------

Expand Down

0 comments on commit cec060d

Please sign in to comment.