* Notebooks : http://nbviewer.ipython.org/github/thomasfillon/Timeside-demos/tree/master/
* Example : http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/
+
Install
=======
Any platform
--------------
-Thanks to Docker, TimeSide is now fully available as a docker image ready to work. The image includes all the necessary applications, modules and volumes to start your project in 5 minutes:
-
- 1. install `Git <http://git-scm.com/downloads>`_
-
- 2. install `Docker <https://docs.docker.com/installation/>`_
-
- 3. install `docker-compose <https://docs.docker.com/compose/install/>`_
-
- 4. clone TimeSide::
+Thanks to Docker, TimeSide is now fully available as a docker image ready to work. The image includes all the necessary applications, modules and volumes to start your project in a few minutes.
- git clone https://github.com/Parisson/TimeSide.git
- cd TimeSide
+First install `Git <http://git-scm.com/downloads>`_, `Docker <https://docs.docker.com/installation/>`_ and `docker-compose <https://docs.docker.com/compose/install/>`_, then copy these commands in a terminal and hit ENTER::
- 5. start it up::
+ git clone https://github.com/Parisson/TimeSide.git
+ cd TimeSide
+ docker-compose up
- docker-compose up
+That's it! You can now browse the TimeSide API: http://localhost:8000/api/
-That's it! You can now browse the TimeSide API browsing http://localhost:8000/api/
+and the admin: http://localhost:8000/admin (admin/admin)
-To process data by hand, you can also start a python shell session into the sandbox::
+To process some data by hand, you can also start a python shell session into the sandbox::
docker-compose run app python examples/sandbox/manage.py shell
-To build your project on top of TimeSide, just pull our latest master image::
+To build your own audido project on top of TimeSide, just pull our latest master image::
docker pull parisson/timeside:latest
+WARNING: our docker composition already bundles some powerfull containers and bleeding edge frameworks (Nginx, MySQL, RabbitMQ, Celery, Python, Django) that can be scaled from development to massive production environments very easily. But you must modify all the passwords and secret keys of the sandbox before any serious usecase.
-More infos about our docker repository: https://registry.hub.docker.com/u/parisson/timeside/
+More infos about the TimeSide docker image: https://registry.hub.docker.com/u/parisson/timeside/
Debian, Ubuntu
+
Install
=======
Any platform
--------------
-Thanks to Docker, TimeSide is now fully available as a docker image ready to work. The image includes all the necessary applications, modules and volumes to start your project in 5 minutes:
-
- 1. install `Git <http://git-scm.com/downloads>`_
-
- 2. install `Docker <https://docs.docker.com/installation/>`_
-
- 3. install `docker-compose <https://docs.docker.com/compose/install/>`_
-
- 4. clone TimeSide::
+Thanks to Docker, TimeSide is now fully available as a docker image ready to work. The image includes all the necessary applications, modules and volumes to start your project in a few minutes.
- git clone https://github.com/Parisson/TimeSide.git
- cd TimeSide
+First install `Git <http://git-scm.com/downloads>`_, `Docker <https://docs.docker.com/installation/>`_ and `docker-compose <https://docs.docker.com/compose/install/>`_, then copy these commands in a terminal and hit ENTER::
- 5. start it up::
+ git clone https://github.com/Parisson/TimeSide.git
+ cd TimeSide
+ docker-compose up
- docker-compose up
+That's it! You can now browse the TimeSide API: http://localhost:8000/api/
-That's it! You can now browse the TimeSide API browsing http://localhost:8000/api/
+and the admin: http://localhost:8000/admin (admin/admin)
-To process data by hand, you can also start a python shell session into the sandbox::
+To process some data by hand, you can also start a python shell session into the sandbox::
docker-compose run app python examples/sandbox/manage.py shell
-To build your project on top of TimeSide, just pull our latest master image::
+To build your own audido project on top of TimeSide, just pull our latest master image::
docker pull parisson/timeside:latest
+WARNING: our docker composition already bundles some powerfull containers and bleeding edge frameworks (Nginx, MySQL, RabbitMQ, Celery, Python, Django) that can be scaled from development to massive production environments very easily. But you must modify all the passwords and secret keys of the sandbox before any serious usecase.
-More infos about our docker repository: https://registry.hub.docker.com/u/parisson/timeside/
+More infos about the TimeSide docker image: https://registry.hub.docker.com/u/parisson/timeside/
Debian, Ubuntu