Orchard learning-installing Orchard and learning to install orchard
Some time ago, a simple CMS development was conducted using an ABC framework. However, I feel that I am not flexible enough to develop CMS, so I still need to learn about Orchard. Step 1: Read the official documents. Because it is English, I have translated and recorded it so that I can check and improve my English in the future.
ABP Framework address:Http://www.aspnetboilerplate.com
Orchard official documentation address:Http://docs.orchardproject.net/
How to install Orchard
Orchard provides four installation methods:
- Use Microsoft Web Platform Installer to install orchard.
- Use Microsoft Web Matrix to install Working with Orchard in WebMatrix.
- Use Orchard. Zip to Manually deploy it to IIS Manually Installing Orchard Using a zip File.
- Use the command line or Visual Studio to obtain the Orchard source code.
The following content will show you how to install Orchard Through Microsoft Web Platform Installer
Requirements
The minimum requirements for running orchard are as follows:
The minimum requirements for running Orchard are the following:
- ASP. Network 4.5
- A web server such as IIS Express 8, 7.5 or IIS 7.x.
When installing IIS, make sure that you check the Asp.net IIS module. At the same time, make sure that the asp.net application connection pool running orchard is in the integration mode.
Install Orchard
Before installation, download and install the web Platform Installer.
Click to install.
After the installation is complete, the directory list shows the tool you just installed for Orchard. Click Finish to automatically connect to WebMatrix.
After running Orchard on WebMatrix and running on WebMatrix, it will run Orchard on the default browser. If you have not enabled Orchard, you can click the Run button or select your browser from the drop-down list next to the Run button. In WebMatrix, you can view Orchard files in the file workspace.
When you run Orchard for the first time, you will see the following page in the browser:
By default, Orchard contains a built-in database even if you have not installed a separate database. Even so, if you have installed or run SQL Server or SQL Server Express, you can configure Orchard to use the link string you specified. In addition, you can enter the table structure prefix to Install Multiple Orchard to the same database file.
Orchard provides multiple installation modes for you to choose from.
- Default. Default. Set the website to a common Orchard Function
- Blog. Set to personal blog mode.
- Core. Set the website to only have the Orchard framework. It is generally provided for development and use.
For more information about recipes or how to customize a recipe, see Making a Web Site Recipe.
After entering all necessary information, click Finish. After the program is processed, you can view the website.