-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
52 lines (35 loc) · 1.55 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
49
50
51
========
About
========
This is a web based server application that lets people geoblog.
Using a web browser you signup for an account on the server and can then create maps and posts that go onto maps.
You can also use a mobile client to talk to the web server as well if you wish (but that is a separate project).
This is licensed under MIT, BSD and GPL3 - pick your poison.
This application uses code from http://ushahidi.org, http://swiftapp.org, http://angel.makerlab.org and http://thingster.org.
=============
Installation
=============
This is a Ruby on Rails application. You should have Ruby on Rails Installed.
Warnings!
1) This application relies on postgresql.
2) json-pure is erratic; you may have to comment it out in /controllers/application_controller.rb
You will need a variety of plugins including:
gem install tsearch2 sanitize postgresql json-pure compass sass
Installation is similar to most Ruby On Rails apps.
1) Configure your config/database.yml file [ see config/database.yml.example ]
2) Configure your config/settings.yml file to use your own keys for various third party services please
3) Optionally you can seed the system with data by typing "rake db:seed"
=============
Usage
=============
There are a variety of simple functions that you can do:
1) Sign up
2) Go to your home page
3) Create a map
4) Create a place
5) Sign out
6) You can grant yourself administrative privileges and you can see an administrative page at "/admin" as well.
==============
Resources
==============
See http://github.com/anselm/locative for more details