Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
oar_3 [2020/03/09 20:21] – [Roadmap] augusteoar_3 [2020/03/09 20:55] – [For developer] auguste
Line 22: Line 22:
    * Production version (3.0.x): **2020**    * Production version (3.0.x): **2020**
 **Note:** Delays in previous roadmap are due to works around [[https://batsim.readthedocs.io/en/latest/|Batsim]] a simulator of infrastructures. **Note:** Delays in previous roadmap are due to works around [[https://batsim.readthedocs.io/en/latest/|Batsim]] a simulator of infrastructures.
-===== Demonstration Version =====+===== Test Alpha Version =====
  
-Demo version uses [[https://github.com/oar-team/oar-docker|Oardocker]] +Test Alpha version uses [[https://github.com/oar-team/oar-docker|Oardocker]] 
-  * First we need to use **dev** branch of oardocker+  * Install oardocker
 <code> <code>
- git clone https://github.com/oar-team/oar-docker.git + pip install oar-docker
- cd oar-docker +
- git checkout dev +
- git pull -r +
- pip install .+
 </code> </code>
  
-  * Second create Debian based images and install **3.0.0.dev3** version oar.+  * Second create Debian 10 based images and install **3.0.0.dev4** version oar.
 <code> <code>
- mkdir oar3-stretch && cd oar3-stretch + mkdir oar3 && cd oar3 
- oardocker init -e stretch build + oardocker init -e buster build 
- git clone --depth 1 --branch 3.0.0.dev3 https://github.com/oar-team/oar3.git  + git clone --depth 1 --branch 3.0.0.dev4 https://github.com/oar-team/oar3.git 
- oardocker install ./oar3   + oardocker install ./oar3
 </code> </code>
  
Line 59: Line 55:
 </code> </code>
  
-  * Prepare python environment based on 3.version and activate it+  * Prepare python environment based on 3.version and activate it
 <code>  <code> 
-virtualenv -p python3.env3.6 +virtualenv -p python3.env3.7 
-source env3.6/bin/activate+source env3.7/bin/activate
 </code> </code>
  
oar_3.txt · Last modified: 2023/11/29 17:01 by auguste
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki