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
fa052e3c
Commit
fa052e3c
authored
10 years ago
by
Mathieu Rodic
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mat-master' of
ssh://delanoe.org:1979/gargantext
into mat-master
parents
d2b300eb
8f24c0b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
README.rst
init/README.rst
+6
-0
dependances.sh
init/dependances.sh
+3
-0
nlpserver
parsing/Taggers/nlpserver/nlpserver
+3
-3
No files found.
init/README.rst
View file @
fa052e3c
...
...
@@ -153,4 +153,10 @@ $ sudo aptitude install tmux
$ tmux -c ./manage.py celery worker --loglevel=info
$ python manage.py runserver
Versions on git
---------------
stable branch : current version for production server with nginx config (and tina branch for tina/apache server)
testing branch : current version for users' tests
unstable branch : current version for developers
This diff is collapsed.
Click to expand it.
init/dependances.sh
View file @
fa052e3c
...
...
@@ -29,6 +29,9 @@ sudo apt-get install gfortran
sudo
apt-get
install
libopenblas-dev
sudo
apt-get
install
liblapack-dev
#nlpserver
sudo
apt-get
install
libgflags-dev
sudo
aptitude
install
libgoogle-glog-dev
source
/srv/gargantext_env/bin/activate
pip3
install
git+https://github.com/mathieurodic/aldjemy.git
This diff is collapsed.
Click to expand it.
parsing/Taggers/nlpserver/nlpserver
View file @
fa052e3c
...
...
@@ -15,7 +15,7 @@ DAEMON_PID=/tmp/$DAEMON_NAME.pid
do_start
()
{
log_daemon_msg
"Starting system '
$DAEMON_NAME
' daemon..."
start-stop-daemon
--start
--quiet
\
/sbin/
start-stop-daemon
--start
--quiet
\
--make-pidfile
--pidfile
$DAEMON_PID
--background
\
--startas
/bin/bash
--
-c
"python3
$DAEMON_SCRIPT
$DAEMON_ARGS
> /tmp/
$DAEMON_NAME
.log 2>&1"
# --exec $DAEMON_SCRIPT \
...
...
@@ -24,7 +24,7 @@ do_start () {
}
do_stop
()
{
log_daemon_msg
"Stopping system '
$DAEMON_NAME
' daemon..."
start-stop-daemon
--stop
--pidfile
$DAEMON_PID
--retry
10
/sbin/
start-stop-daemon
--stop
--pidfile
$DAEMON_PID
--retry
10
log_end_msg
$?
}
...
...
@@ -48,4 +48,4 @@ case "$1" in
;;
esac
exit
0
\ No newline at end of file
exit
0
This diff is collapsed.
Click to expand it.
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