-changed references from campcaster to airtime in pypo/ directory

This commit is contained in:
mkonecny 2011-01-05 12:31:49 -05:00
parent 20c392343b
commit dcec6bf4b1
5 changed files with 25 additions and 25 deletions

View file

@ -14,13 +14,13 @@ Setting Up Your VHOST
The following is a sample VHOST you might want to consider for your project.
<VirtualHost *:80>
DocumentRoot "/home/naomiaro/campcaster-refactor/campcaster/public"
ServerName campcaster.local
DocumentRoot "/home/naomiaro/campcaster-refactor/airtime/public"
ServerName airtime.local
# This should be omitted in the production environment
SetEnv APPLICATION_ENV development
<Directory "/home/naomiaro/campcaster-refactor/campcaster/public">
<Directory "/home/naomiaro/campcaster-refactor/airtime/public">
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny