forked from armchairdeity/MuraCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Installation.txt
executable file
·29 lines (19 loc) · 2.29 KB
/
Installation.txt
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
REQUIREMENTS
- Must have ColdFusion 10+, Lucee 4.5.1.000+, installed
- Access to a MySQL 5+, PostgreSQL 8+, Microsoft SQL 2000+ or Oracle 10g+ database server and the ability to add a new database
- Ability to add a Datasource (DSN) to ColdFusion, Lucee, Administrator
INSTALLATION
Installing Mura couldn't be easier. Follow the instructions below and you'll be up and running in minutes.
1. Create an empty database (e.g., dbMuraCMS).
2. Copy the contents of the Mura CMS .zip file into your webroot (the directory where your site will live).
1. NOTE: Do NOT place the files into a directory named "mura" since this is already used as a ColdFusion mapping and may cause issues.
3. Go to the ColdFusion or Lucee Administrator, and create a Datasource (DSN) connecting to the database you created in the step above (e.g., dsnMuraCMS). While creating the DSN, also complete the following under Advanced Settings:
1. Enable CLOB (enable long text retrieval)
2. Under Allowed SQL, at a minimum, enable "SELECT, CREATE, INSERT, DROP, UPDATE, ALTER, DELETE."
4. Browse to the url where your Mura site is installed and complete the form using the information created above.
5. Once you've successfully set up Mura, click the "Finish Set Up and Take Me to the Mura Admin" button. Keep in mind that once you do this, the Mura Set Up page will no longer be available (for security reasons). If you need to change any settings in the future, they will need to be made directly in the "/config/settings.ini.cfm" file.
6. Login to the Mura admin using the username and password chosen in the Mura Set Up page. It is highly recommended you utilize a complex password.
7. If you would like to send scheduled emails or have scheduled content publishing when caching is turned on (caching is highly recommended for increased performance) you must change the "Ping" attribute in the \config\setting.ini.cfm to 1. On start up, Mura will attempt to create a scheduled task to check for event reminders, scheduled emails and to flush its cache for scheduled content.
1. NOTE: Enabling this scheduled task may cause performance problems in some shared hosting environments.
8. You're done installing Mura. Enjoy!
For more information on Installation and Setup, please visit http://docs.getmura.com/v6/installation-setup/