Commit 0295ca78e75dfbe420e330c9b0dc9e9101021736

Authored by Etienne Pallier
1 parent 4fe717f2
Exists in master and in 1 other branch dev

README update for version management

Showing 1 changed file with 53 additions and 10 deletions   Show diff stats
README.md
1   -PYROS : Telescope control center software
  1 +PYROS (PYthon Robotic telescope Operating Software)
  2 +A Python software for the management of a Telescope control center
2 3  
3   -VERSION 0.3 alpha
  4 +COPYRIGHT (C) 2012-2016 IRAP (Institut de Recherche en Astrophysique et Planetologie) Toulouse - France
4 5  
  6 +Authors : Etienne Pallier <epallier@irap.omp.eu>, Paul Carensac <paul.carensac@epitech.eu>, Alexandru Burlacu <alexandru.burlacu11@gmail.com>
5 7  
  8 +GPL License (http://www.gnu.org/copyleft/gpl.html) - See the file LICENSE.txt
  9 +
  10 +This software runs with Python 3 and Django 1.9
  11 +
  12 +To install it, go into the "install/" folder, and read the document INSTALLATION
  13 +
  14 +-----------------------------------------------------------------------------------------------------------
  15 +
  16 +This software has been tested and validated with the following configurations :
  17 +
  18 +- Centos 7 (test server planetoweb2) :
  19 + - Python: 3.5
  20 + - Mysql:
  21 + - Apache:
  22 +
  23 +- Ubuntu 14LTS (Paul Carensac's laptop) :
  24 + - Python: 3.5
  25 + - Mysql:
  26 + - Apache:
  27 +
  28 +- Mac OS 10.11.4 (Etienne Pallier's laptop)
  29 + - Python: 3.5
  30 + - XAMPP for OS X 5.6.3, which comes with :
  31 + - MySQL: 5.6.21
  32 + - Apache 2.4.10
  33 +
6 34 --------------------------------------------------------------------------------------------
7   -Project content:
  35 +
  36 +PROJECT STRUCTURE:
8 37  
9 38 - src/ : conteneur du projet (le nom est sans importance)
10 39 - manage.py : utilitaire en ligne de commande permettant differentes actions sur le projet
... ... @@ -30,20 +59,34 @@ Project content:
30 59 - public/ : this folder contains all public files like the web html files
31 60 - static/
32 61  
  62 +--------------------------------------------------------------------------------------------
  63 +
  64 +CURRENT VERSION
  65 +
  66 +Date: 13/05/2016
  67 +Version: 0.3.1
  68 +Agent system implementation
  69 +(Attention: DB changed)
  70 +Issue (closed): https://projects.irap.omp.eu/issues/3485
  71 +Major current version (0.3): https://projects.irap.omp.eu/versions/88
  72 +
  73 +ROADMAP: https://projects.irap.omp.eu/projects/cpipeline/roadmap
33 74  
34 75 --------------------------------------------------------------------------------------------
  76 +
35 77 MAIN CHANGES (MILESTONES):
36 78  
37   -(For details, see complete list of commits : https://gitlab.irap.omp.eu/epallier/pyros/commits/master)
38   -(See also the roadmap: https://projects.irap.omp.eu/projects/pyros/roadmap)
  79 +Full list of commits: https://gitlab.irap.omp.eu/epallier/pyros/commits/master
39 80  
40   -13/04/16 Version 0.2 (integrate PLANNER module)
41   - https://projects.irap.omp.eu/versions/97
  81 +10/05/16 Version 0.3.12 - Final version 0.3
  82 + Complete workflow skeleton
  83 + https://projects.irap.omp.eu/versions/88
42 84  
43   -12/04/16 Scheduler class + tests + web interface + simulator complete
44   - (https://projects.irap.omp.eu/issues/3430)
  85 +13/04/16 Version 0.2.7 - Final version 0.2
  86 + Integrate PLANNER module
  87 + https://projects.irap.omp.eu/versions/97
45 88  
46   -12/04/16 Version 0.1 (multi-platform skeleton easy install)
  89 +12/04/16 Version 0.1.1 - Final version 0.1
47 90 Multi-platform skeleton easy install + admin interface on database + start dashboard
48 91 https://projects.irap.omp.eu/versions/87
49 92  
... ...