In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article shows you how to run and deploy COMCMS. The content is concise and easy to understand. It will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.
1. Running and debugging locally
Prerequisite: project GitHub library address: https://github.com/hogenwang/comcms_core; VS2017 is installed, Mysql 5.7 is installed; dotnet core 2.1.1 SDK is installed
1, pull or download the source code, this will not be taught, if this will not, I advise you to give up.
2. Double-click COMCMS_NETCORE.sln to open it, and modify the configuration file: appsettings.json
"dbconn": {
"connectionString": "Server=.;Port=3306;Database=comcms2;Uid=root;Pwd=root;"
"providerName": "MySql.Data.MySqlClient"}
Change this to your own, and set up the database ahead of time.
3. Import the comcmscore.sql under the data directory into the database through the Navicat tool, or PHPMyadmin, etc., any
4. Run, or right-click any view file and browse with xxx:
Open the background and log in.
Http://localhost:11079/AdminCP/Login
So far, congratulations, it's half the success! Type admin and admin carefully, and click Login.
Second, how to deploy to windows server server:
Of course, you still need to download the latest runtime and hosting. For convenience, you can also install the latest sdk directly. Because sdk itself contains runtime.
Where can I download the latest one? All right, please look here:
Https://github.com/dotnet/core/tree/master/release-notes
If you have already installed, open the prompt 502.5 error, in most cases, you can directly install the latest rumtime and hosting, you can solve the problem.
Other data installations are as above.
1. Publish the website:
2. Then copy all the released files to the server.
3. IIS create a new application pool, and select: no managed code, integration mode
4. Create a new website and assign it to this directory:
5. Then modify the configuration and browse the website.
The above is how to run and deploy COMCMS. Have you learned the knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.