Skip to content

Commit 5109d2d

Browse files
committed
Added license as GPL V3
1 parent e7c0181 commit 5109d2d

File tree

13 files changed

+697
-15
lines changed

13 files changed

+697
-15
lines changed

.c9/metadata/workspace/README.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"filter":false,"title":"dataStoreList.php","tooltip":"/php/dataStoreList.php","undoManager":{"mark":0,"position":0,"stack":[[{"start":{"row":1,"column":4},"end":{"row":7,"column":4},"action":"insert","lines":["header(\"Cache-Control: no-cache, must-revalidate\");"," header(\"Expires: Sat, 26 Jul 1997 05:00:00 GMT\");"," header(\"Access-Control-Allow-Origin: *\");"," header(\"Access-Control-Allow-Methods: GET, POST\");"," header(\"Access-Control-Allow-Headers: Authorization\");"," header('Content-type: application/json');"," "],"id":2}]]},"ace":{"folds":[],"scrolltop":0,"scrollleft":0,"selection":{"start":{"row":12,"column":48},"end":{"row":12,"column":48},"isBackwards":false},"options":{"guessTabSize":true,"useWrapMode":false,"wrapToView":true},"firstLineState":0},"timestamp":1514270526851,"hash":"67bd0d749d5b1643e652e764f039abdcc9556fa4"}
1+
{"filter":false,"title":"dataStoreList.php","tooltip":"/php/dataStoreList.php","undoManager":{"mark":0,"position":0,"stack":[[{"start":{"row":1,"column":4},"end":{"row":7,"column":4},"action":"insert","lines":["header(\"Cache-Control: no-cache, must-revalidate\");"," header(\"Expires: Sat, 26 Jul 1997 05:00:00 GMT\");"," header(\"Access-Control-Allow-Origin: *\");"," header(\"Access-Control-Allow-Methods: GET, POST\");"," header(\"Access-Control-Allow-Headers: Authorization\");"," header('Content-type: application/json');"," "],"id":2}]]},"ace":{"folds":[],"scrolltop":0,"scrollleft":97,"selection":{"start":{"row":12,"column":48},"end":{"row":12,"column":48},"isBackwards":false},"options":{"guessTabSize":true,"useWrapMode":false,"wrapToView":true},"firstLineState":{"row":3,"state":"php-start","mode":"ace/mode/php"}},"timestamp":1514270526851,"hash":"67bd0d749d5b1643e652e764f039abdcc9556fa4"}

.c9/metadata/workspace/webinterface/target/layers/layers.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.c9/metadata/workspace/webinterface/target/resources/qgis2web.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,22 @@
22
![alt text](https://i.imgur.com/pN8hRM1.png?1 "Prototype Header")
33

44
# About Opensource Prototype
5-
The Opensource Prototype project aims to have a working version that can compete with ESRI's ArcGIS using Opensource technology such as PHP, OpenLayers and GeoServer. Although there are plans to support other technologies in parallel as well.
5+
Datadeploy Opensource Prototype project aims to have a working version that can be an alternative to ESRI's ArcGIS using Opensource technologies such as PHP, OpenLayers and GeoServer. There are also plans for other technologies to be supported such as Cassandra.
66

77
# Getting Started
8-
1) Project Files: https://drive.google.com/drive/folders/1hH4ffAgpU3q77DlJJ0WVKavwxKDXdaVZ?usp=sharing
9-
2) Install the following:
8+
1) Install the following:
109
* LAMP (For Linux) or WAMP (for Windows)
1110
* MySQL Geoserver Plugin (Comes bundled on the PostGreSQL)s
1211
* Geoserver 2.12.1
13-
3) Read the documentation found in the documentations folder (you automatically obtain a copy once you clone the repository) which comes available in multiple formats (Even in HTML!)
12+
2) Read the documentation found in the documentations folder (you automatically obtain a copy once you clone the repository) which comes available in multiple formats (Even in HTML!)
13+
3) Configure the urls of the following files to match your geoserver's configuration: coverageStoreList.php and dataStoreList.php located in the PHP folder
14+
3.A) Also configure functionalities.js first three variables to match your geoserver's configuration
15+
4) Configure the database file (currently, PHP/config/mysql.php to match your current MySQL settings
1416

1517
For more questions or you want to discuss and implement new things. Chat with the rest of the OpenSource Team at [Slack](http://datadeployteam.slack.com/)
1618

17-
Members:
18-
[Richard Orilla](linkedin.com/in/richard-orilla)
19-
[Vaugh Courtney](https://github.com/datadeploytest1)
19+
License: GPL V3
20+
Members:__
21+
[Richard Orilla*](linkedin.com/in/richard-orilla)__
22+
[Vaugh Courtney](https://github.com/datadeploytest1)__
2023
Pierce Conlon

0 commit comments

Comments
 (0)