PbootCMS is a domestic CMS system developed for enterprise websites, which can be used commercially for free. This article by Naibabiji introduces how to build an enterprise official website using PbootCMS yourself.
Preparation Before Building
To use PbootCMS yourself, you need to have a domain and a server. You can purchase a domain yourself. Related articles can be found in Naibabiji's
Domain topic articlesFor the server, PbootCMS only requires an environment with PHP version greater than 5.3 to run, so you can purchase any entry-level server. The specific requirements are as follows:
1. PHP version requirement: PHP5.3+, supports the latest PHP7.0, 7.1, 7.2. 2. PHP extensions that need to be enabled: extension=php_curl.dll // Required for remote address access
extension=php_gd2.dll // Image processing
extension=php_mbstring.dll // String processing
extension=php_mysqli.dll // MySQL connection
extension=php_openssl.dll // HTTPS connection support
extension=php_pdo_mysql.dll // PDO method MySQL connection
extension=php_pdo_sqlite.dll // PDO method SQLite connection
extension=php_sqlite3.dll // SQLite connection. 3. Other requirements: Enable pathinfo mode support for the environment, mainly for nginx situations.
After purchasing the server, if you don't know how to install PHP separately, it is still recommended to install a Baota Panel to help manage the server. Related articles refer to:
- VPS recommendations for beginners
- Baota Panel topic articles
Install PbootCMS
Naiba here still uses Baota Panel as an example to introduce how to install PbootCMS yourself. 1.
Add a website in Baota Panel2. Switch to the website folder you added. 1. Select the remote download or upload button to download the PbootCMS installation package to the website root directory.
https://www.pbootcms.com/release/down/PbootCMS-2.0.5.zipThe operation method is as shown in the figure below:

2. After downloading the installation package, select to extract it, then enter the extracted PbootCMS-2.0.5 folder.

3. Select all files and folders in PbootCMS, then choose cut, return to the website root directory, and paste all, as shown in the figure below:

4. At this point, open
你网址/admin.phpEnter the website's admin dashboard. The default admin account is admin and the password is 123456 to log in.

5. After logging in, first change the default password (no screenshot here). 6. Go to the PbootCMS official website,
Generate an authorization code, as shown in the figure below:

7. Fill in the generated authorization code in the website backend under Global Configuration - Configuration Parameters - System Authorization Code.

8. At this point, when you visit your website frontend, you can see the default website interface, as shown in the figure below:

At this point, you have already set up an enterprise website installed with PbootCMS on your own server. Next, let's modify the website's display interface.
PbootCMS content modification
1. Modify website name and description 
Modify website title and other information in Basic Settings, Site Information.
2. Modify the company information at the bottom 
The company information at the bottom is modified in the backend under Basic Content, Company Information.
3. Modify website category columnsModify in the website backend under Basic Content, Content Columns.
4. Modify and Add Post Content 
Within the post content, you can modify, delete, and add content such as company introductions, contact us pages, and news articles on the website.
5. Modify Homepage Slideshow 
The slideshow images on the website homepage are modified in the Carousel Images section under Extended Content in the admin dashboard. There are two slides by default; you can add new ones if needed. Other settings, such as friendly links and multilingual options, can also be found in the backend settings. After making changes, visit the website frontend to see the updated results. Isn't it simple to set up your own corporate website? This concludes the tutorial on building a website with PbootCMS.
Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.