From 0295ca78e75dfbe420e330c9b0dc9e9101021736 Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Fri, 13 May 2016 19:03:12 +0200 Subject: [PATCH] README update for version management --- README.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 53 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 28f6147..46d3aff 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,39 @@ -PYROS : Telescope control center software +PYROS (PYthon Robotic telescope Operating Software) +A Python software for the management of a Telescope control center -VERSION 0.3 alpha +COPYRIGHT (C) 2012-2016 IRAP (Institut de Recherche en Astrophysique et Planetologie) Toulouse - France +Authors : Etienne Pallier , Paul Carensac , Alexandru Burlacu +GPL License (http://www.gnu.org/copyleft/gpl.html) - See the file LICENSE.txt + +This software runs with Python 3 and Django 1.9 + +To install it, go into the "install/" folder, and read the document INSTALLATION + +----------------------------------------------------------------------------------------------------------- + +This software has been tested and validated with the following configurations : + +- Centos 7 (test server planetoweb2) : + - Python: 3.5 + - Mysql: + - Apache: + +- Ubuntu 14LTS (Paul Carensac's laptop) : + - Python: 3.5 + - Mysql: + - Apache: + +- Mac OS 10.11.4 (Etienne Pallier's laptop) + - Python: 3.5 + - XAMPP for OS X 5.6.3, which comes with : + - MySQL: 5.6.21 + - Apache 2.4.10 + -------------------------------------------------------------------------------------------- -Project content: + +PROJECT STRUCTURE: - src/ : conteneur du projet (le nom est sans importance) - manage.py : utilitaire en ligne de commande permettant differentes actions sur le projet @@ -30,20 +59,34 @@ Project content: - public/ : this folder contains all public files like the web html files - static/ +-------------------------------------------------------------------------------------------- + +CURRENT VERSION + +Date: 13/05/2016 +Version: 0.3.1 +Agent system implementation +(Attention: DB changed) +Issue (closed): https://projects.irap.omp.eu/issues/3485 +Major current version (0.3): https://projects.irap.omp.eu/versions/88 + +ROADMAP: https://projects.irap.omp.eu/projects/cpipeline/roadmap -------------------------------------------------------------------------------------------- + MAIN CHANGES (MILESTONES): -(For details, see complete list of commits : https://gitlab.irap.omp.eu/epallier/pyros/commits/master) -(See also the roadmap: https://projects.irap.omp.eu/projects/pyros/roadmap) +Full list of commits: https://gitlab.irap.omp.eu/epallier/pyros/commits/master -13/04/16 Version 0.2 (integrate PLANNER module) - https://projects.irap.omp.eu/versions/97 +10/05/16 Version 0.3.12 - Final version 0.3 + Complete workflow skeleton + https://projects.irap.omp.eu/versions/88 -12/04/16 Scheduler class + tests + web interface + simulator complete - (https://projects.irap.omp.eu/issues/3430) +13/04/16 Version 0.2.7 - Final version 0.2 + Integrate PLANNER module + https://projects.irap.omp.eu/versions/97 -12/04/16 Version 0.1 (multi-platform skeleton easy install) +12/04/16 Version 0.1.1 - Final version 0.1 Multi-platform skeleton easy install + admin interface on database + start dashboard https://projects.irap.omp.eu/versions/87 -- libgit2 0.21.2