Commit 5ff858b79893fbb414486baeb79eb043824ee4c1
Exists in
master
and in
1 other branch
Merge branch 'master' of https://gitlab.irap.omp.eu/epallier/pyros.git
Showing
1 changed file
with
12 additions
and
4 deletions
Show diff stats
README.md
... | ... | @@ -12,7 +12,6 @@ This software runs with Python 3 and Django 1.9 |
12 | 12 | To install it, go into the "install/" folder, and read the document INSTALLATION |
13 | 13 | |
14 | 14 | ----------------------------------------------------------------------------------------------------------- |
15 | - | |
16 | 15 | This software has been tested and validated with the following configurations : |
17 | 16 | |
18 | 17 | - Centos 7 (test server planetoweb2) : |
... | ... | @@ -32,7 +31,6 @@ This software has been tested and validated with the following configurations : |
32 | 31 | - Apache 2.4.10 |
33 | 32 | |
34 | 33 | -------------------------------------------------------------------------------------------- |
35 | - | |
36 | 34 | PROJECT STRUCTURE: |
37 | 35 | |
38 | 36 | - src/ : conteneur du projet (le nom est sans importance) |
... | ... | @@ -60,7 +58,6 @@ PROJECT STRUCTURE: |
60 | 58 | - static/ |
61 | 59 | |
62 | 60 | -------------------------------------------------------------------------------------------- |
63 | - | |
64 | 61 | CURRENT VERSION |
65 | 62 | |
66 | 63 | Date: 14/06/2016 |
... | ... | @@ -74,7 +71,6 @@ Major current version (0.7): https://projects.irap.omp.eu/versions/117 |
74 | 71 | ROADMAP: https://projects.irap.omp.eu/projects/pyros/roadmap |
75 | 72 | |
76 | 73 | -------------------------------------------------------------------------------------------- |
77 | - | |
78 | 74 | MAIN CHANGES (MILESTONES): |
79 | 75 | |
80 | 76 | Full list of commits: https://gitlab.irap.omp.eu/epallier/pyros/commits/master |
... | ... | @@ -105,3 +101,15 @@ Full list of commits: https://gitlab.irap.omp.eu/epallier/pyros/commits/master |
105 | 101 | |
106 | 102 | 04/04/16 Installable version (install script) |
107 | 103 | |
104 | + | |
105 | + | |
106 | + | |
107 | + | |
108 | +-------------------------------------------------------------------------------------------- | |
109 | +STRUCTURAL MODIFICATIONS TO BE DONE MANUALLY AFTER UPDATE (git pull) | |
110 | + | |
111 | +14/06/2016 (v0.7.1) TODO: re-execute the installation script (install/install_requirements.sh) | |
112 | + | |
113 | +04/06/16 (v???) TODO: re-execute the installation script (install/install_requirements.sh) | |
114 | + | |
115 | + | ... | ... |