beta #2
@@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \
|
||||
WORKDIR /var/www/html
|
||||
|
||||
# Clonage du dépôt Hubzilla
|
||||
RUN rm -r /var/www/html/
|
||||
RUN git clone https://framagit.org/hubzilla/core.git . && \
|
||||
mkdir -p store/[data]/smarty3 && \
|
||||
chown -R www-data:www-data /var/www/html
|
||||
|
||||
12
src/hubzilla.conf
Normal file
12
src/hubzilla.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName yourdomain.com
|
||||
DocumentRoot /var/www/html
|
||||
|
||||
<Directory /var/www/html>
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user