About NET CMS system, I have introduced DTcms before, DTcms can be said to be domestic NET open source CMS system leader, but it is not the protagonist I want to introduce today. Today I want to introduce another enterprise level free open source content management system SiteServer CMS (SSCMS for short). It's also a coincidence to know my SSCMS. A netizen commented on SiteServer CMS in a message and said that the open source system was very good, which attracted my attention at that time. In fact, I've heard about SSCMS before, but I haven't understood it in depth until recently, when I downloaded the system source code and studied it carefully, I found that SiteServer is domestic and open source NET CMS system is one of the best CMS systems in China.
The most admirable thing about SSCMS is Open source free Of Enterprise level The CMS system can be used for commercial purposes without paying any product fees. It can be said to be the NopCommerce in the CMS industry, which is as open as NopCommerce (for those who do not know about NopCommerce, see my previous articles). After more than 10 years of development, it is commendable that we can continue to update and iterate as always, and we have followed closely in the past two years NET Core has been updated to NET Core3.1.
SiteServer CMS Product Features
Open source and free enterprise level CMS website group, multi server publishing content, multi terminal integration, numerous functional plug-ins, complete product line, highly flexible rights distribution, comprehensive and complete security mechanism
Source code structure of SSCMS:
The source code directory structure is clear, the project level is less, and the readability is strong
Running items:
Select SSCMS When the Web project runs, a console program will open. When the service is available, it indicates that the operation is successful.
After the project runs successfully, enter:
//localhost:5001/ss -Admin/install will automatically enter the installation wizard of the website.
Step 1: License Agreement
Step 2: Environment detection
Step 3: Database selection. It supports MySql, SqlServer, SqlList, etc. Here I select SqlServer data.
Step 4: Create data in SqlServer, such as SS_CMS
Step 5: Select the SS_CMS database just created
Step 6: Cache settings. You can select local cache or Redis cache. I choose Redis cache here because I have installed Redis locally. If you do not have Redis installed locally, you can select the local cache.
Step 7: Administrator settings. Set the administrator's user name and password for background login.
Step 8. After installation, click "Click to enter the management background"
Step 9: Click "Click to enter the management background" background, enter the login page, and enter the administrator account and password set just now
Step 10: Create an empty site and enter the name of the site
Step 11: formally enter the management background of the website, and you are done! You can see the content management, column management, content search, content review, material management, plug-in management, system management and other major functions.
Conclusion: SSCMS is an excellent content management system, which covers all aspects of content management. It has strong scalability and is highly recommended NET developers learn because it represents domestic open source NET CMS is the highest level and one of the magic tools of content website construction.
If you are interested in the source code of the SSCMS project, you can Follow+forward , then reply to "sscms" in a private message and send the source code to you.