| 1 | REQUIREMENTS |
|---|
| 2 | - Must have ColdFusion, Railo or OpenBD installed |
|---|
| 3 | - Access to a MySQL 4+, Microsoft SQL 2000+ or Oracle 10g+ database server and the ability to add a new database |
|---|
| 4 | - Ability to add a Datasource to ColdFusion, Railo or OpenBD Administrator |
|---|
| 5 | |
|---|
| 6 | INSTALLATION |
|---|
| 7 | 1. Put the contents of the "www" directory of your Mura Standard downlaod into your webroot (the directory where your site will live). This includes the following directories and files: admin, config, default, plugins, requirements, tasks, unitTests, wysiwyg , Application.cfc, contentServer.cfm, index.cfm, MuraProxy.cfm. |
|---|
| 8 | |
|---|
| 9 | 2. Create a database. |
|---|
| 10 | |
|---|
| 11 | 3. Create a Data Source Name (DSN) in your Coldfusion, Railo or OpenBD administrator connecting to the database you created in the step above. |
|---|
| 12 | |
|---|
| 13 | 4. Browse to the url where your Mura site is installed and complete the form using the information created above. |
|---|
| 14 | |
|---|
| 15 | 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 "/config/settings.ini.cfm". |
|---|
| 16 | |
|---|
| 17 | 6. Login to the Mura admin using the default username of "admin" and default password of "admin". It is highly recommended you change this immediately by editing your profile upon login. |
|---|
| 18 | |
|---|
| 19 | 7. Select "Edit Current Site" under the "Site Settings" menu located in the top right hand area of your window and enter the URL for your install. |
|---|
| 20 | |
|---|
| 21 | 8. If you would like to send scheduled emails or have scheduled content when caching is turned on 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 cache for scheduled content. THIS IS NOT RECOMMENDED FOR SHARED HOSTING ENVIRONMENTS. |
|---|
| 22 | |
|---|
| 23 | 9. You're done installing Mura. Enjoy! |
|---|
| 24 | |
|---|
| 25 | NOTE |
|---|
| 26 | (Deprecated: URL rewrites using mod_rewrite or ISAPI Rewrite is the recommended solution for changing the URL structure.) |
|---|
| 27 | If your Web Server/Servlet Container does not support the extension of urls to include query parameters after index.cfm (i.e. http://www.goMura.com/Mura/products/index.cfm/widgets), or you simply prefer to use the "go" servlet instead (i.e. http://www.goMura.com/go/Mura/products/widgets/), you will need to perform the following steps to enable it: |
|---|
| 28 | |
|---|
| 29 | 1. Add the jar files in the Mura "lib" directory to your ColdFusion or Railo server's "WEB-INF/lib" directory. |
|---|
| 30 | |
|---|
| 31 | 2. Add custom mapping to your ColdFusion or Railo server's web.xml (lib/web-xml.txt) |
|---|
| 32 | |
|---|
| 33 | 3. In mura[version number]\www\config\setting.ini.cfm set the stub attribute to /go |
|---|
| 34 | |
|---|
| 35 | 4. Restart the ColdFusion. |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | TROUBLESHOOTING |
|---|
| 39 | If you have any questions regarding installation, please visit our Support Forum at http://www.getmura.com/forum. |
|---|