Ignore:
Timestamp:
05/06/09 16:40:24 (3 years ago)
Author:
santora
Message:

New install notes added to reflect the setup process. Pushed up changes on Sean S.'s behalf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Installation_CF7.txt

    r14 r227  
    22226. Create a Datasource (DSN) named "muradb" connecting to the database (muradb) you created in the step above. 
    2323 
    24 7. In sava[version number]\www\config\setting.ini.cfm set the following required settings: 
    25          
    26         - dbType (mysql or mssql) 
    27         - dbUsername 
    28         - dbPassword 
    29         - adminemail 
    30         - mailserverip 
    31         - mailserverusername 
    32         - mailserverpassword 
    33         - mailserverfailto 
    34          
    35 8. In your browser go to http://[domain]/admin/ and login. 
     244. Browse to the url where your Mura site is installed and complete the form using the information created above. 
    3625 
    37         - Username: admin 
    38         - Password: admin 
     265. 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". 
    3927 
    40 9. Select "Edit Current Site" under the "Site Settings" menu located in the top right hand area of your window and update the following settings: 
     286. 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. 
    4129 
    42         - Domain 
    43         - Default Contact Email Address 
    44         - Mail Server IP 
    45         - Mail Server Username 
    46         - Mail Server Password 
     307. 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.  
    4731 
    48 10. If you would like to send scheduled emails or have scheduled content when caching is turned on you must changed the Ping attribute in the \config\setting.ini.cfm to 1. Then at start up Mura will attempt to create a scheduled task to check for event reminders, scheduled emails and to flush cache for scheduled content. 
     328. 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. 
    4933 
    50 11. You're done installing Mura. Enjoy! 
     349. You're done installing Mura. Enjoy! 
    5135 
    5236NOTE 
    53 If your Web Server/Servlet Container does not support the extension of urls to include query parameters after index.cfm (i.e. http://www.getmura.com/sava/products/index.cfm/widgets), or you simply prefer to use the "go" servlet instead (i.e. http://www.getmura.com/go/sava/products/widgets/), you will need to perform the following steps to enable it: 
     37If 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: 
    5438 
    55 1. Add the jar files in the mura "lib" directory to your ColdFusion "WEB-INF/lib" directory. 
     391. Add the jar files in the Mura "lib" directory to your ColdFusion or Railo server's "WEB-INF/lib" directory. 
    5640 
    57 2. Add custom mapping to your ColdFusion web.xml (lib/web-xml.txt) 
     412. Add custom mapping to your ColdFusion or Railo server's web.xml (lib/web-xml.txt) 
    5842 
    59433. In mura[version number]\www\config\setting.ini.cfm set the stub attribute to /go   
     
    61454. Restart the ColdFusion. 
    6246 
     47 
    6348TROUBLESHOOTING 
    64 If you receive the message "Application Starting. This site is currently loading.", Mura needs to be reloaded by appending "?appreload&override" to the url. For example, http://[domain]/index.cfm?appreload&override 
     49If you have any questions regarding installation, please visit our Support Forum at http://www.gomura.com/mura/forum. 
    6550 
    66 If you have any questions regarding installation, please visit our Support Forum at http://www.getmura.com/sava/forum. 
    6751If you would like to submit a bug, please visit at http://trac.getmura.com/mura/newticket. 
Note: See TracChangeset for help on using the changeset viewer.