Dedecms is an open source content management system that combines the characteristics of simplicity, robustness, flexibility and open source. It is the leading brand of open source CMS in China. Currently, the number of program installations has reached 700,000, and more than 60% of the sites are using Dedecms or Dedecms. Developed based on the core of DreamWeaver CMS.
Features of Dede CMS:
Good user reputation and rich open source experience
Flexible module combination makes the website richer
Simple and easy-to-use template engine, you can change the website interface if you want
Convenient custom models
Efficient dynamic and static page deployment
Smooth and professional interface design, good user experience
Fingerprint verification, worry-free upgrade
low maintenance cost
International language support
Member interaction makes your website popular
DedeCMS Product Instructions
1. Platform requirements
1.Windows platform:
IIS/Apache/Nginx + PHP4/PHP5.2+/PHP5.3+ + MySQL4/5
If used in a windows environment, it is recommended to use the DedeAMPZ package provided by DedeCMS to achieve the best performance.
2.Linux/Unix platform
Apache + PHP4/PHP5 + MySQL3/4/5 (PHP must be run in non-safe mode)
Recommended platform: Linux + Apache2.2 + PHP5.2/PHP5.3 + MySQL5.0
3.PHP must have environment or enabled system functions:
allow_url_fopen
GD extension library
MySQL extension library
System functions - phpinfo, dir
4.Basic directory structure
/
..../install installation program directory, which can be deleted after installation [must have writable permissions during installation]
..../dede is the default background management directory (can be renamed arbitrarily)
..../include class library file directory
..../plus auxiliary program directory
..../member member directory
..../images system default template image storage directory
..../uploads Default upload directory [must be writable]
..../a Default HTML file storage directory [must be writable]
..../templets system default kernel template directory
..../data system cache or other writable data storage directory [must be writable]
..../special topic directory [special/index.php can be deleted after generating a topic, it must be writable]
5. Incompatibility issues that are easy to encounter in the PHP environment
(1) The data directory does not have write permission, causing the system session to be unusable, which will result in the inability to log in to the management background (directly manifested as the verification code cannot be displayed normally);
(2) The temporary folder uploaded by PHP is not set properly or does not have write permission, which will cause the file upload function to be unusable;
(3) Inexplicable errors occur, such as a blank display during installation. This may be caused by the system not loading the mysql extension. For junior users, you can download dede's php package for easy and simple use.
2. Program installation and use
1. Download the program and extract it to a local directory;
2. Upload /uploads in the program directory to the root directory of the website
3. Run http://www.yourname.com/install/index.php (yourname represents your domain name) and install the program according to the installation speed-up instructions.