parent
5b6714a00d
commit
0a56be622e
@ -0,0 +1,14 @@ |
|||||||
|
<VirtualHost *:80> |
||||||
|
DocumentRoot /home/runner/work/chamilo-lms/chamilo-lms |
||||||
|
ServerName localhost |
||||||
|
|
||||||
|
<Directory "/home/runner/work/chamilo-lms/chamilo-lms"> |
||||||
|
Options Indexes FollowSymLinks |
||||||
|
AllowOverride All |
||||||
|
Require all granted |
||||||
|
</Directory> |
||||||
|
|
||||||
|
<Directory /usr/lib/cgi-bin> |
||||||
|
Require all granted |
||||||
|
</Directory> |
||||||
|
</VirtualHost> |
||||||
@ -0,0 +1,7 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
echo "* post_installation.sh ..."; |
||||||
|
|
||||||
|
sudo chmod 777 app/config/configuration.php |
||||||
|
sudo echo "\$_configuration[\"disable_send_mail\"] = true;" >> app/config/configuration.php |
||||||
|
sudo cat app/config/configuration.php |
||||||
Loading…
Reference in new issue