~maus-maintainers/maus-apps/main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
MAUS web application 0.0.1

1.  Introduction

Welcome to MAUS (MICE Analysis User Software) web application.

The MAUS open-source software project is hosted at:

http://micewww.pp.rl.ac.uk/projects/maus

2. Citing MAUS

Please see the file called CITATION.

3. License

License information for MAUS can be found in COPYING. The authors agreeing to this license can be found in AUTHORS.  This license does not apply to programs and libraries you download in the third party area.

4. Installation

Install dependencies,

$ ./install.sh

Set environment,

$ source env.sh

Put some PNG and EPS images in media/raw e.g.

$ cp images/* media/raw

Start Django web server,

$ python src/maus-web/manage.py runserver YOURSERVERIPNAME:PORT
e.g.
$ python src/maus-web/manage.py runserver maus.epcc.ed.ac.uk:9000

Browse,

http://YOURSERVERIPNAME:PORT/maus/
e.g.
http://maus.epcc.ed.ac.uk:9000/maus/