@@ -16,7 +16,7 @@
- 2. Simple file-based database: -
-- 2. Connection details: Please fill out the connection information for your database. -
- -- Example: datalayer=MySQL;server=192.168.2.8;user id=user;password=***;database=umbraco -
-
- 2. Getting a database setup for umbraco.
- For first time users, we recommend you select "quick-and-simple embedded database".
- This will install an easy to use database, that does
- not require any additional software to use.
- Alternatively, you can install Microsoft SQL Server, which will require a bit more
- work to get up and running.
- We have provided a step-by-step guide in the video instructions below.
-
- The Umbraco database is being configured. This process populates your chosen database with a blank Umbraco instance. -
-- The Umbraco database is being configured. This process upgrades your Umbraco database. -
-You can now setup a new admin user to log into Umbraco, we recommend using a stong password for this (a password which is more than 4 characters and contains a mix of letters, numbers and symbols). - Please make a note of the chosen password.
-The password can be changed once you have completed the installation and logged into the admin interface.
-By clicking the "accept and continue" button (or by modifying the Umbraco Configuration Status in the web.config), you accept the license for this software as specified in the text below.
-Copyright (c) 2002 - <%=DateTime.Now.Year %> Umbraco I/S
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-The above copyright and this permission notice shall be included in all copies or substantial portions of the software.
-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USER OR OTHER DEALINGS IN THE SOFTWARE.
-That’s all. That didn’t hurt did it?
-
- This version of Umbraco introduces new conventions for naming XSLT and REST extensions as well as a renaming of the Public Access storage file.
- You no longer need to prefix your extension references with /bin and the public access storage file is now called access.config instead of access.xml.
- This step of the installer will try to update your old references. If it fails due to permission settings, you'll need to make these changes manually!
-
Everything looks good. No changes needed for the upgrade, just press next.
--The following changes will need to be made. Press to update changes button to proceed: -
-To help you get started here are some basic starter kits. They have been tailored to suit common site configurations and install useful functionality such as blogs or image galleries.
- Mouse over the icons to learn more about what the starter kits will install.
You can now further enhance your site by choosing one of these great skins. This will apply a default look and feel to all the pages in your site, considerably reducing development time.
-
- Excellent, you are now ready to start using Umbraco, one of the worlds most popular open
- source .NET CMS.
-
- If you installed a starter kit you can start by configuring your new site, just click "Preview your new website" and follow the instructions. Or to start adding content right away click "Set up your new website"
-umbraco needs write/modify access to certain directories in order to store files like pictures and PDF's. -It also stores temporary data (aka: cache) for enhancing the performance of your website. -
- -Your permission settings are perfect!
-You are ready to run umbraco and install packages!
-Your permission settings are almost perfect!
--You can run umbraco without problems, but you will not be able to install packages which are recommended to take full advantage of umbraco. -
--Your permission settings might be an issue! -
-You can run umbraco without problems, but you will not be able to create folders or install packages which are recommended to take full advantage of umbraco.
--Your permission settings are not ready for umbraco! -
--In order to run umbraco, you'll need to update your permission settings. -
-Watch our video tutorial on setting up folder permissions for umbraco or read the text version.
-
-
- Watch: Setting up folder permissions
- |
- You are just a few minutes away from getting up and running. The installer will - take you through the following process:-
-- Welcome to the umbraco upgrade wizard. This will make sure that you upgrade safely from your old version to Umbraco version <%=UmbracoVersion.Current.ToString(3) %> -
-- As this is an upgrade, the wizard might skip steps that are only needed for new umbraco installations. It might also ask you questions you've already answered once. But do not worry, - everything is in order. Click Let's get started below to begin your upgrade. -
- Enjoy! -(string.Format("Hitting Page_Load on p.aspx for the requested '{0}' feed", Request.QueryString["feed"])); + LogHelper.Info
(string.Format("Hitting Page_Load on InstallerRestService.aspx for the requested '{0}' feed", Request.QueryString["feed"])); // Stop Caching in IE Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache); @@ -60,7 +61,7 @@ namespace umbraco.presentation.install.utills LogHelper.Info
("Running 'installOrUpgrade' service"); var result = ApplicationContext.Current.DatabaseContext.CreateDatabaseSchemaAndDataOrUpgrade(); - + // Remove legacy umbracoDbDsn configuration setting if it exists and connectionstring also exists if (ConfigurationManager.ConnectionStrings[Umbraco.Core.Configuration.GlobalSettings.UmbracoConnectionName] != null) { diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.cs index e53e704762..1417a79d67 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.cs @@ -9,6 +9,7 @@ using umbraco.IO; namespace umbraco.presentation.umbraco.developer.Packages { + [Obsolete("This class is no longer used and will be removed in future version. The page that supercedes this is Umbraco.Web.UI.Umbraco.Developer.Packages.StarterKits")] public partial class StarterKits : UmbracoEnsuredPage { protected void Page_Load(object sender, EventArgs e) diff --git a/src/umbraco.businesslogic/BasePages/BasePage.cs b/src/umbraco.businesslogic/BasePages/BasePage.cs index cc4148a0da..7f4a1a9159 100644 --- a/src/umbraco.businesslogic/BasePages/BasePage.cs +++ b/src/umbraco.businesslogic/BasePages/BasePage.cs @@ -143,6 +143,7 @@ namespace umbraco.BasePages ///