Blame view

README.md 1.65 KB
e401257c   Etienne Pallier   README with miles...
1
2
3
PYROS : Telescope control center software

VERSION 0.1 alpha
6bbc662a   Etienne Pallier   ignore .project a...
4

e401257c   Etienne Pallier   README with miles...
5
6
7

--------------------------------------------------------------------------------------------
Project content:
6bbc662a   Etienne Pallier   ignore .project a...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

    - src/ : conteneur du projet (le nom est sans importance)
    	- manage.py : utilitaire en ligne de commande permettant differentes actions sur le projet
    	- pyros/ : the actual Python package of the project
    		- settings.py : project settings and configuration
	    	- urls.py : déclaration des URLs du projet
    		- wsgi.py : point d'entrée pour déployer le projet avec WSGI
    	- pyrosapp/ : main application of the project
    		- admin.py : comportement de l'application dans l'interface d'administration
    		- apps.py : ?
    		- models.py : déclaration des modèles de l'application
    		- views.py : écriture des vues de l'application
    		- tests.py : tests of the application

	- database/ : database configuration and documentation
	
	- doc/ : project documentation
	
	- install/ : project installation howto
	
	- private/ : the content of this folder is private and thus not commited to git ; it should contain your Python3 virtual environment
	
	- public/ : this folder contains all public files like the web html files
		- static/
e401257c   Etienne Pallier   README with miles...
32
33
34
35
36
37
38
39
40
41
42
43
44
		

--------------------------------------------------------------------------------------------
MAIN CHANGES (MILESTONES):

(For details, see complete list of commits : https://gitlab.irap.omp.eu/epallier/pyros/commits/master)

13/04/16	Version 0.1 (multi-platform easy install + start dashboard)

11/04/16  	Scheduler class and tests complete
			(https://projects.irap.omp.eu/issues/3430) 

04/04/16 	Installable version (install script)