forked from nimbul/nimbul
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
22 lines (18 loc) · 756 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation Instructions
*************************
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
2006 Free Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
Basic Installation
==================
- git clone git://github.com/vadimj/nimbul.git
- cd nimbul
- Set up database.yml file
- Set up config.yml file (repeat as necessary for test and production environments)
- Change the login and password for the admin user in the _set_up_first_admin_user.rb migration
- Change the host, user and password for the amqp server in config/broker.yml
- ./install.sh
- rake db:create:all or db:create
- rake db:migrate
- ./start