Some changes

This commit is contained in:
OptimusCrime
2014-10-16 19:21:06 +02:00
parent 5847a621e8
commit bbd3b214d1
4 changed files with 43 additions and 2 deletions

View File

@@ -12,10 +12,24 @@ The project is currently under development and runs on http://zoff.no
Install notes
=============
Composer
--------
This projects uses composer. Install composer by typing:
curl -sS https://getcomposer.org/installer | php
After that, fetch project dependencies:
php composer.phar update
php composer.phar update
.htaccess
---------
We also use .htaccess to prettify the urls. To keep it easy to develop elsewhere, we have a stock ht.access file. Copy this and call it .htaccess. If you develop in a directory that is not the base in your webserver change
RewriteBase /
To
RewriteBase /your-sub-directory