Skip to content
Snippets Groups Projects

upgrade to orchestrato-core v2

Merged Mohammad Torkashvand requested to merge upgrade-to-v2 into develop
Compare and
67 files
+ 1025
698
Compare changes
  • Side-by-side
  • Inline
Files
67
@@ -4,15 +4,15 @@ Quickstart
Development environment and dependencies
----------------------------------------
- Install python 3.11 if you do not have it already:
- Install python 3.12 if you do not have it already:
- ``add-apt-repository ppa:deadsnakes/ppa``
- ``apt install python3.11 python3.11-distutils``
- ``apt install python3.12 python3.12-distutils``
- Follow Steps 1 and 2 from here to install dependencies and setup DB:
`<https://workfloworchestrator.org/orchestrator-core/workshops/beginner/debian/>`_
- To install the orchestrator GUI, you can follow the steps 5 and 6 from the previous link.
- Create a virtual environment:
- ``source /usr/share/virtualenvwrapper/virtualenvwrapper.sh``
- ``mkvirtualenv --python python3.11 gso``
- ``mkvirtualenv --python python3.12 gso``
- To use the virtual environment:
- ``source /usr/share/virtualenvwrapper/virtualenvwrapper.sh``
- ``workon gso``
@@ -25,7 +25,7 @@ Do all this inside the virtual environment.
- Clone this repository
- ``pip install -r requirements.txt``
- If you get an error because you pip version is too old, run this:
``curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11``
``curl -sS https://bootstrap.pypa.io/get-pip.py | python3.12``
- ``pip install -e .``
- Create an ``oss-params.json`` based on the ``oss-params-example.json`` file inside ``/gso``.
- Export the oss-params file: ``export OSS_PARAMS_FILENAME="/path/to/oss-params.json"``
Loading