Witcms 1.0 (witcms) is developed with Php+Mysql program structure. This is a simple but highly scalable CMS. Various forms of display modules can be constructed by simply customizing tags. The entire site is generated statically to make the site run faster. And this CMS is open source and free for the majority of users to use.
1. Set up a wamp environment.
2. It is best to have phpmyadmin. (The environment above comes with this)
3. Use phpmyadmin to create a database name, such as witcms
4. Use phpmyadmin to import the witcms.sql file in witcms
5. Unzip to the root directory or secondary directory,
Open inc/conn.php with an advanced text editor (do not open it with Notepad, notepad++ is recommended).
Configure database user, database password, and database name.
6. Visit http://127.0.0.1/witcms/admin
7. Account: admin Password: admin
*****************************
*Module description:
*****************************
Article module: title channel author time priority recommendation (1..5) keyword introduction picture (multiple pictures) content channel module: name parent channel action code setting list template content template channel introduction channel content user module: user password system module : Website title Website description Website keyword generation static: Generate home page Generate channel Generate document Generate map: Generate sitemap.xml map
*****************************
* Function description:
*****************************
Generate static pages for the entire site.
Unlimited channel classification.
Multiple file upload.
Visual editor.
Dynamic templating.
Customize the call label.
Generate sitemap.xml map with one click.