Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
re2o
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nounous
re2o
Commits
c4997be3
Commit
c4997be3
authored
May 15, 2018
by
Maël Kervella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix install script
parent
1ca1b28a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
1 deletion
+23
-1
install_re2o.sh
install_re2o.sh
+1
-1
machines/migrations/0063_auto_20171020_0040.py
machines/migrations/0063_auto_20171020_0040.py
+1
-0
machines/migrations/0081_auto_20180515_2034.py
machines/migrations/0081_auto_20180515_2034.py
+21
-0
No files found.
install_re2o.sh
View file @
c4997be3
...
...
@@ -240,7 +240,7 @@ install_base=$(dialog --clear \
echo
"Installation des paquets de base"
apt-get
-y
install
python3-django python3-dateutil texlive-latex-base texlive-fonts-recommended python3-djangorestframework python3-django-reversion python3-pip libsasl2-dev libldap2-dev libssl-dev python3-crypto python3-git
pip3
install
django-bootstrap3
pip3
install
django-ldapdb
pip3
install
django-ldapdb
==
0.9.0
pip3
install
django-macaddress
if
[
$sql_bdd_type
==
1
]
...
...
machines/migrations/0063_auto_20171020_0040.py
View file @
c4997be3
...
...
@@ -11,6 +11,7 @@ class Migration(migrations.Migration):
dependencies
=
[
(
'machines'
,
'0062_extension_origin_v6'
),
(
'reversion'
,
'0001_squashed_0004_auto_20160611_1202'
)
]
operations
=
[
...
...
machines/migrations/0081_auto_20180515_2034.py
0 → 100644
View file @
c4997be3
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-05-15 18:34
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'machines'
,
'0080_auto_20180502_2334'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'extension'
,
name
=
'soa'
,
field
=
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'machines.SOA'
),
),
]
Write
Preview
Markdown
is supported
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