Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
413a9c54
Commit
413a9c54
authored
Apr 28, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX docker install, accounts init.
parent
074a1e8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
install/README.md
+2
-3
No files found.
install/README.md
View file @
413a9c54
...
@@ -71,7 +71,7 @@ wget http://dl.gargantext.org/gargantext_lib.tar.bz2 \
...
@@ -71,7 +71,7 @@ wget http://dl.gargantext.org/gargantext_lib.tar.bz2 \
&&
echo
"Libs installed"
&&
echo
"Libs installed"
```
```
## Launch Gargantext
##
Configure &&
Launch Gargantext
### Enter docker container
### Enter docker container
```
bash
```
bash
...
@@ -87,7 +87,7 @@ python /srv/gargantext/dbmigrate.py
...
@@ -87,7 +87,7 @@ python /srv/gargantext/dbmigrate.py
/srv/gargantext/manage.py migrate
/srv/gargantext/manage.py migrate
python /srv/gargantext/dbmigrate.py
python /srv/gargantext/dbmigrate.py
python /srv/gargantext/dbmigrate.py
python /srv/gargantext/dbmigrate.py
echo
"TODO: Init first user"
python /srv/gargantext/init_accounts.py /srv/gargantext/install/init/account.csv
```
```
FIXME: dbmigrate need to launched several times since tables are
FIXME: dbmigrate need to launched several times since tables are
...
@@ -99,7 +99,6 @@ service postgresql start
...
@@ -99,7 +99,6 @@ service postgresql start
su gargantua
su gargantua
source
/srv/env_3-5/bin/activate
source
/srv/env_3-5/bin/activate
/srv/gargantext/manage.py runserver 0.0.0.0:8000
/srv/gargantext/manage.py runserver 0.0.0.0:8000
python /srv/gargantext/init_accounts.py /srv/gargantext/install/init/account.csv
```
```
### Outside docker container launch browser
### Outside docker container launch browser
...
...
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