We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5178df9 commit 988b4f9Copy full SHA for 988b4f9
Symfony/apache-config
@@ -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
@@ -102,6 +102,7 @@ curl -s http://getcomposer.org/installer | php
102
php composer.phar install
103
104
# TODO: Add this later on (Apache config)
105
+#ln -s /opt/codebender/$PACKAGENAME /var/www/$PACKAGENAME
106
#sudo cp /opt/codebender/$PACKAGENAME/apache-config /etc/apache2/sites-available/codebender
107
#cd /etc/apache2/sites-enabled
108
#sudo ln -s ../sites-available/codebender 00-codebender
0 commit comments