forked from OpenSeaMap/depth_webfrontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
48 lines (31 loc) · 1.16 KB
/
README
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
44
45
46
47
48
Synopsis
--------
Web frontend for the depth project (http://depth.openseamap.org).
Installation
------------
The Python build tool 'Waf' is used to build this repository. The
following tools are required:
* Python (http://www.python.org/)
* Closure-Compiler (https://developers.google.com/closure/compiler/)
(works with version 20120403)
* Handlebars (http://handlebarsjs.com/precompilation.html)
(works with version 1.0.12)
To build this project execute the following commands:
> ./waf configure
> ./waf build_debug && ./waf install_debug
The install command will copy all necessary files into the folder
'./debug'. To test your developments point your favourite web
server to this directory.
Tests
-----
Actually, we have no tests for the frontend. Feel free to create
some (e.g. Selenium).
Contributors
------------
Bug reports and pull requests are very welcome. Join us on the mailing
list: https://lists.sourceforge.net/lists/listinfo/openseamap-develop
License
-------
This work is released under the 'CC0 License' (see LICENSE file). Some
parts (e.g. third party libraries) are licensed under a different
license (see LICENSE_EXCEPTIONS).