|
|
Installation (Getting Started)IntroductionThis page will guide you through the installation process. It's pretty easy.Software and Hardware RequirementsSee Hardware, Software and Hosting Requirements.DownloadDownload the SnCore installation package here. The latest known good version is 1.0.1455.0.InstallationInstaller DistributionBefore you install, please read Hardware, Software and Hosting Requirements. Run the SnCore_..msi package (eg. SnCore_1.0.1455.0.msi). It will guide you through the installation process, create the database, the website, etc.WebSite OptionsThe installer offers two installation options for web sites: virtual directory and full domain. The virtual directory installation will create virtual directories in your IIS metabase, while the full domain will create a complete website. After choosing a full domain installation you must adjust DNS settings in order for your site to be accessible. Please contact your network provider for setting this up.Database OptionsCurrently, only Windows authentication is supported. You can always adjust settings manually by editing the site's web.config.Troubleshooing InstallationIf the msi installer fails, rerun the installer as follows and collect the installation log file.
msiexec /i SnCore_1.0.1455.msi /l*v install.log See Contact and Help for contact information. UpgradingTo upgrade to a newer version of SnCore, run the installer normally. The first installer screen will confirm that it is performing an upgrade and you will not be prompted for information collected during the installation the first time. The latter is stored in registry during first-time install under HKLM\SOFTWARE\Vestris Inc.\SnCore.Note that it is safe to uninstall the product and reinstall it. This is the recommended procedure if upgrade fails. The automatic upgrade performs a major upgrade, uninstalling the previous version and installing the new one. The database will never be dropped by the installer, thus preserving existing data. An upgrade or a fresh install over an existing database will safely upgrade the schema if necessary. Deploying System ServicesSnCore has several back-end services that process various queues, including e-mail or syndication and perform cleanup tasks. These services can be run in the same AppDomain as the website or can be installed as full Windows services thus not sharing the same memory space as the website. The latter is recommended for heavy load and distributed scenarios and is the default.Hosted services are disabled by default by the website's web.config.
<appSettings> <add key="SystemServices.Enabled" value="false"/> </appSettings> Configuring the SystemYou can configure various aspects of the system from the Manage page. Log-in as the system administrator and click on Me Me. Click Manage on the bottom left in the user menu.Configuring Outgoing E-MailYou can configure and test outgoing e-mail via a configuration wizard available from the Settings page or by changing the SnCore.Mail.* settings directly. See Settings for more information.Adjust the SnCore.Mail.Delivery setting to route outgoing e-mail via the following standard options.
What's Next?Navigate to the website. This is typically http://localhost/SnCoreWeb/. By default the system creates an administrative account with username admin@localhost.com and password: password. It also creates a bug project, a general site discussion and adjusts default Settings.
|
|
| © Vestris Inc., 2006-2007, All Rights Reserved | SnCore | Sun Apr 27 10:54:38 2008 | Doxygen 1.5.4 | |