-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
54 lines (32 loc) · 1.3 KB
/
INSTALL
File metadata and controls
54 lines (32 loc) · 1.3 KB
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
52
53
54
Installation Instructions
*************************
This file is free documentation released under the GFDL 1.3 or later.
Dependencies
============
Ruby 1.8.6
7-zip >= 4.65 (Windows only)
Ruby/bin directory is in your $PATH
Setting up your Environment
===========================
Set up rails:
1. 'gem install -v=2.3.4 rails --include-dependencies'
2. 'gem install sqlite3-ruby' (or at your choice a different database gem)
3. 'gem install fastercsv'
4. If on windows:
* Download devkit-*.7z from rubyinstaller.org/download.html
* Extract to C:\Ruby using 7-zip
5. 'gem install bcrypt-ruby'
Configure Yesdatabas:
1. Move this directory containing yesdatabas to whereever you wish
2. 'rake db:migrate'
3. To run the server run 'ruby script/server'
4. Point your browser to 127.0.0.1:3000
5. Log in with default admin account:
email: admin@admin.com
password: admin
6. From the admin control page create at least one new account of type admin
and delete the default admin account.
7. You may customize the look and feel of the site by uploading a custom CSS
of your creation.
8. Make sure you configure any firewalls to allow traffic on port 3000 or
the port you choose to run yesdatabas on.