PiPlate is a complete template you can truly just start coding with. Uses Yii Framework and MooTools.
- Extract files in your web directory.
- Set up your vhost. A sample is at the bottom of this readme file.
- Start Coding.
- Apache2
- PHP 5+
- Java
- Apache ANT (should come pre-installed with MacOS X)
- NodeJS + npm + LESSC
- Supported DBMS for Yii Framework
- Yii Framework (PHP MVC framework)
- MooTools (JavaScript framework)
- HTML 5 Boilerplate
- Build.xml (ANT Build process)
- YUI Compressor (Minifier)
<VirtualHost *:80>
DocumentRoot /Users/uipi.es/Sites/mywebsite.com/app
ServerName local.mywebsite.com
ErrorLog /Users/uipi.es/Sites/logs/local.mywebsite.com-error
SetEnv YII_ENVIRONMENT local
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /Users/uipi.es/Sites/mywebsite.com/resources/main
ServerName local-resources.mywebsite.com
</VirtualHost>