Changeset 227


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.

Location:
trunk
Files:
2 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. 
  • trunk/Installation_CF8_Railo.txt

    r1 r227  
    77 
    88INSTALLATION 
    9 1. Put the contents of "mura[version]\www" directory into your webroot. This includes the following directories and files: admin, config, default, fckeditor, requirements, tasks, Application.cfc, contentServer.cfm, index.cfm. 
     91. Put the contents of "mura[version]\www" directory into your webroot (the directory where your site will live). This includes the following directories and files: admin, config, default, fckeditor, requirements, tasks, Application.cfc, contentServer.cfm, index.cfm. 
    1010 
    11 2. Create a database in MS SQL or MySQL named "muradb" and run the appropriate script (found in /db) against it. 
     112. Create a database named "muradb" or whatever you prefer. 
    1212 
    13 3. Create a Datasource (DSN) named "muradb" connecting to the database (muradb) you created in the step above. 
     133. Create a Datasource (DSN) named "muradb" (or whatever) connecting to the database (muradb) you created in the step above. 
    1414 
    15 4. In \config\setting.ini.cfm set the following required settings: 
    16          
    17         - dbType (mysql or mssql) 
    18         - dbUsername 
    19         - dbPassword 
    20         - adminemail 
    21         - mailserverip 
    22         - mailserverusername 
    23         - mailserverpassword 
    24         - mailserverfailto 
     154. Browse to the url where your Mura site is installed and complete the form using the information created above. 
    2516 
    26 Note: The email settings are not required to get Mura up and running but you may get errors when running Mura if they are not set. These, of course, pertain only to functionality that uses email. 
    27          
    28 5. In your browser go to http://[domain]/admin/ and login. 
     175. 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". 
    2918 
    30         - Username: admin 
    31         - Password: admin 
     196. 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. 
    3220 
    33 6. Select "Edit Current Site" under the "Site Settings" menu located in the top right hand area of your window and update the following settings: 
     217. 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.  
    3422 
    35         - Domain 
    36         - Default Contact Email Address 
    37         - Mail Server IP 
    38         - Mail Server Username 
    39         - Mail Server Password 
     238. 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. 
    4024 
    41 Note: The email settings are not required to get Mura up and running but you may get errors when running Mura if they are not set. These, of course, pertain only to functionality that uses email. 
    42  
    43 7. 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. 
    44  
    45 8. You're done installing Mura. Enjoy! 
     259. You're done installing Mura. Enjoy! 
    4626 
    4727NOTE 
     
    5838 
    5939TROUBLESHOOTING 
    60 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]/admin/index.cfm?appreload&override 
     40If you have any questions regarding installation, please visit our Support Forum at http://www.gomura.com/mura/forum. 
    6141 
    62 If you have any questions regarding installation, please visit our Support Forum at http://www.gomura.com/mura/forum. 
    63 If you would like to submit a bug, please visit at http://trac.gomura.com/mura/newticket. 
     42If 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.