1 == Installing Mwamko ==
3 1. Install the Free Software that Mwamko needs.
8 2. Connect to Mwamko to your database manager.
10 There must be a database manager running on the system and
11 Mwamko must be able to connect to it.
13 By default Mwamko is configured for PostgreSQL.
15 The following file will help: ./config/database.yml
18 3. Create the databases that Mwamko will be using.
20 Databases must have names that a specified in: ./config/database.yml
22 By default the names are:
27 If you have PostgreSQL then use the commands:
32 You should also create a separate Linux user (e.g. "postgres")
34 See the following link to learn how to configure permissions
35 http://www.postgresql.org/docs/8.2/interactive/ddl-priv.html
37 NOTE: Mwamko hoping to develop documentation or automatic features
38 that will assist you in these tasks.
40 4. Populate the databases.
43 rake db:migrate VERSION=1000 RAILS_ENV=development
44 rake db:migrate VERSION=1000 RAILS_ENV=test
45 rake db:migrate VERSION=1000 RAILS_ENV=production
47 5. Use the Rails console to a new Mwamko user account.
54 u.name = "your@email.org"
55 u.password = "yourpassword"
56 u.password_confirmation = "yourpassword"
65 7. Point your browser to http://localhost:7000 and login.