The project contains SenseCity's platform web interface for non authorized users. Consists of main page with all available cities' list (url: sense.city) and single page apps for each city (url: {city}.sense.city) A city's subdomain offers issues overview, report, search and general info.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
**config.json**
{
"API": "https://{api_URL}/api/1.0",
"API_HOST":"https://{api_URL}",
"TEMP_STATISTICS":"/admin/statistics/statistics.html?user=1",
"GOOGLE_KEY":"{google_API_key}",
"TWITTER_WIDGET_IDS":{
"{city_name_1}":"{Twitter_Widget_ID_1}",
"{city_name_2}":"{Twitter_Widget_ID_2}"
},
"CITY_CENTERS":{
"{city_name_1}":{"lat": {latitude}, "lng": {longitude}, "zoom": {integer ~ [11 , 14]}},
"{city_name_2}":{"lat": {city_2_latitude}, "lng": {city_2_longitude}, "zoom": {integer ~ [11 , 14]}},
}
}
**{city_name}.json**
[
{
"type": "fotistiko",
"notes": [
null
],
"loc": {
"coordinates": [
{longitude},
{latitude}
]
}
},
{
"type": "garbage",
"notes": [
{
"ANAKIKLOSI": "0" *OR* "1"
}
],
"loc": {
"coordinates": [
{longitude},
{latitude}
]
}
},
A step by step series of actions that tell you how to get a development env running
A step by step series of actions that tell you how to get a production application running
Please contact us - NAM group - to get informed for the development process and workflow.
See also the list of contributors who participated in this project.
This project is licensed under the Apache2 License