-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
41 lines (29 loc) · 959 Bytes
/
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
AMEE Flight Calculator
======================
This is an example Rails application that uses AMEE to calculates emissions from
air travel.
You can create your own copy of this application at http://my.amee.com/templates/1-flight-calculator,
or you can use this codebase to run your own copy on your own servers. You may also
use it as a base from which to develop your own AMEE applications.
License
-------
MIT (see the COPYING file)
Setup
-----
Download the app, and customise config/amee.example.yml and config/database.example.yml
with your own settings. Then run:
rake gems:install
rake db:schema:load
to set up the app. Then, you should build the local airport cache by running:
rake amee:import_airports
Your app is then ready to use by running script/server.
Requirements
------------
Rails 2.3.4
Rails-compatible database server (MySQL, PostgreSQL, SQLite, etc)
memcache
gems:
amee ~> 2.0.35
haml
uuidtools
hoptoad_notifier