Skip to content

Commit 8b6f404

Browse files
committed
add PYTHONPATH to environment, fix various doc index
1 parent 414d884 commit 8b6f404

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,5 @@ COPY ./bin /srv/lib/timeside/bin/
6565
COPY ./timeside /srv/lib/timeside/timeside/
6666
RUN pip3 install -e .
6767

68-
RUN export PYTHONPATH=/srv/lib/timeside:/srv/app
69-
7068
WORKDIR /srv/app
7169

bin/install

Lines changed: 0 additions & 1 deletion
This file was deleted.

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ services:
6060
- "8000"
6161
ports:
6262
- "9080:8000"
63+
environment:
64+
- PYTHONPATH=/srv/lib/timeside:/srv/app
6365

6466
worker:
6567
build: .
@@ -74,6 +76,8 @@ services:
7476
links:
7577
- broker
7678
- db
79+
environment:
80+
- PYTHONPATH=/srv/lib/timeside:/srv/app
7781

7882
websockets:
7983
build: ./websockets

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Contents:
1919
ui
2020
doc
2121
Tutorials <tutorials/index>
22-
Core API <core_api/index>
22+
Core framewor <core_api/index>
23+
Web API <core_api/index>
2324
development
2425
production
2526
related

docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Then clone TimeSide::
1010

1111
git clone --recursive https://github.com/Parisson/TimeSide.git
1212
cd TimeSide
13-
docker-compose pull
13+
docker-compose up
1414

1515
That's it! Now please go to the documentation to see how to use it.
1616

1717
.. note::
18-
If you need to user TimeSide outside a docker image please refer to the rules of the Dockerfile which is based on a Debian stable system. But we do not provide any kind of free support in this usercase anymore (the dependency list is now huge). To get commercial support in more various usecases, please reach the Parisson dev team.
18+
If you need to user TimeSide outside a docker image please refer to the rules of the Dockerfile which is based on a Debian stable system. But we do not provide any kind of free support in this usercase anymore (the dependency list is now huge). To get commercial support in more various usecases, please reach the development team.

0 commit comments

Comments
 (0)