Skip to content
Dipesh Acharya edited this page Jun 17, 2013 · 14 revisions

1. If you haven't installed Yii,
git clone git://github.com/yiisoft/yii.git


2. Install Awecms via git:
git clone git://github.com/xtranophilist/awecms.git
OR
Download zipball: https://github.com/xtranophilist/awecms/zipball/master
Extract the zip file within your web document root.


3. Configure (creates directories and sets permissions, *nix only)

cd awecms
./configure

4. Open index.php with your text editor and edit the second line to change the value for $yii to reflect the path of Yii framework, if necessary.


5. Configure database access by editing the file protected/config/db.php.


6. Install the database schema and sample data by importing protected/data/awecms.sql.


Clone this wiki locally