change readme

This commit is contained in:
yuri
2015-11-27 17:11:14 +02:00
parent 5bb7842585
commit f4582ac3a6
+5 -1
View File
@@ -28,7 +28,11 @@ Never update composer dependencies if you are going to contribute code back.
Now you can build.
If your repository is accessible via a web server then you can run EspoCRM by url `http://PROJECT_URL/frontend`. To compose a proper config.php and populate database you can run install by opening `http(s)://{YOUR_CRM_URL}/install` location in a browser. Also you need to run build before to have compiled css.
If your repository is accessible via a web server then you can run EspoCRM by url `http://PROJECT_URL/frontend`.
To compose a proper config.php and populate database you can run install by opening `http(s)://{YOUR_CRM_URL}/install` location in a browser. Then open `data/config.php` file and add `isDeveloperMode => true`.
Also you need to build to have compiled css files.
### How to build