forked from reasoncms/reasoncms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.TXT
More file actions
33 lines (21 loc) · 1.11 KB
/
README.TXT
File metadata and controls
33 lines (21 loc) · 1.11 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
Welcome to Reason CMS!
Home Page: http://reason.carleton.edu/
Source Code: http://github.com/carleton/reason_package
Requirements: http://apps.carleton.edu/opensource/reason/reqs/
Install
-----------------
1. Move reason_package outside your web root.
2. Create a symbolic link called reason from your document root directory to ./reason_4.0/www/
Example: ln -s /absolute/path/to/reason_package/reason_4.0/www/ /absolute/path/to/document_root/reason
3. Create a symbolic link called reason_package your document root directory to ./www/
Example: ln -s /absolute/path/to/reason_package/www/ /absolute/path/to/document_root/reason_package
4. Visit /reason/setup.php in your web browser.
For manual installation instructions, see ./reason_4.0/www/install.htm
Upgrade
-------
Visit /reason/upgrade.php on your web server.
About Reason
------------
Reason is designed to make it simple for content creators to create content.
Reason is more capable than Wordpress, and simpler than Drupal.
Reason is free software created at Carleton College in 2003 and released under the GNU General Public License Version 2 in October, 2006.