Skip to content

jiangti/dunia.android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

428161d · Oct 3, 2012
Aug 19, 2012
Sep 4, 2012
Aug 11, 2012
Aug 11, 2012
Jun 30, 2012
Sep 3, 2012
Sep 3, 2012
Aug 29, 2012
Oct 3, 2012
Jun 19, 2012
Aug 19, 2012
Apr 29, 2012
Nov 4, 2011
Aug 20, 2012
Aug 20, 2012
Aug 29, 2012

Repository files navigation

README
======

This directory should be used to place project specfic documentation including
but not limited to project notes, generated API/phpdoc documentation, or
manual files generated or hand written.  Ideally, this directory would remain
in your development environment only and should not be deployed with your
application to it's final production location.


Setting Up Your VHOST
=====================

The following is a sample VHOST you might want to consider for your project.

<VirtualHost *:80>
   DocumentRoot "/data/jiangti/www/530.git/public"
   ServerName 530.git.local

   # This should be omitted in the production environment
   SetEnv APPLICATION_ENV development

   <Directory "/data/jiangti/www/530.git/public">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride All
       Order allow,deny
       Allow from all
   </Directory>

</VirtualHost>

Dependencites
=============
php-tidy