-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathINSTALL
executable file
·30 lines (17 loc) · 849 Bytes
/
INSTALL
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
Hi, Thanks for downloading BXR!
To install this application, please follow the following steps:
1. Download it! Which I assume you've already done....
2. Configure your database(s) in config/database.yml
* Note: BXR requires a database to store image information in.
Most ruby on rails applications use a database to store
information. By default, BXR uses Mysql.
3. Run 'rake db:migrate' from the command line(typically using ssh).
4. That's it! Visit your application using fastcgi/mongrel/webrick.
5. Also, the default admin user that's created during installation
is:
username: admin
password: admin
* Note: If you need any additional help, see the README section, it
tells you everything you need to get started, or contact us,
post in our forum, etc.
www.hulihanapplications.com