Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nounous
re2o
Commits
fbf7c78b
Commit
fbf7c78b
authored
Sep 01, 2017
by
chirac
Browse files
Minor fix
parent
cffcd661
Changes
1
Hide whitespace changes
Inline
Side-by-side
install_re2o.sh
View file @
fbf7c78b
...
...
@@ -234,7 +234,7 @@ echo "Application des migrations"
python3 manage.py migrate
echo
"Collecte des statics"
python3 manage.py collectstatic
s
python3 manage.py collectstatic
BACKTITLE
=
"Fin de l'installation"
TITLE
=
"Serveur web à utiliser"
...
...
@@ -289,6 +289,7 @@ sed -i 's/LE_PATH/'"$url_server"'/g' /etc/apache2/sites-available/re2o.conf
else
cp
install_utils/apache2/re2o.conf /etc/apache2/sites-available/re2o.conf
fi
rm
/etc/apache2/sites-enabled/000-default.conf
sed
-i
's|URL_SERVER|'
"
$url_server
"
'|g'
/etc/apache2/sites-available/re2o.conf
current_path
=
$(
pwd
)
sed
-i
's|PATH|'
"
$current_path
"
'|g'
/etc/apache2/sites-available/re2o.conf
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment