Skip to content

Commit 988b4f9

Browse files
committed
Added apache-config file.
1 parent 5178df9 commit 988b4f9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Symfony/apache-config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<VirtualHost *:80>
2+
<Directory /var/www/builder/Symfony/web/>
3+
Options -Indexes FollowSymLinks MultiViews
4+
AllowOverride All
5+
Order allow,deny
6+
Allow from all
7+
</Directory>
8+
</VirtualHost>

scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ curl -s http://getcomposer.org/installer | php
102102
php composer.phar install
103103

104104
# TODO: Add this later on (Apache config)
105+
#ln -s /opt/codebender/$PACKAGENAME /var/www/$PACKAGENAME
105106
#sudo cp /opt/codebender/$PACKAGENAME/apache-config /etc/apache2/sites-available/codebender
106107
#cd /etc/apache2/sites-enabled
107108
#sudo ln -s ../sites-available/codebender 00-codebender

0 commit comments

Comments
 (0)