PbootCMS is a domestic CMS system developed for enterprise websites and can be used commercially for free. This article by Naiba 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 ArticlesRegarding 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 // MySQL connection via PDO extension=php_pdo_sqlite.dll // SQLite connection via PDO extension=php_sqlite3.dll // SQLite connection 3. Other requirements: Enable pathinfo mode support for the environment, mainly for nginx cases.
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. Refer to the related article:
- VPS Recommendations Suitable for Beginners
- Baota Panel Topic Articles
Installing PbootCMS
Naiba will still use the Baota Panel as an example to introduce how to install PbootCMS yourself. I.
Add a website in the Baota PanelII. Switch to the folder of the website 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 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 inside PbootCMS, then choose to cut them, return to the website root directory, and paste everything, as shown in the figure below:

4. At this point, open
你网址/admin.phpAccess the website's Admin Dashboard, the default admin account is admin with password 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's 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 using PbootCMS on your own server. Next, let's modify the website's display interface.
Modifying PbootCMS Content
1. Modify the website name and description 
Modify the website's title and other information in Basic Settings, Site Information.
2. Modify the company information at the bottom 
The company information at the bottom can be 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 article content 
In Article Content, you can modify, delete, and add content such as company introduction, contact us, news articles, etc., on the website.
5. Modify homepage slideshow 
The slideshow images on the website homepage can be modified in the backend under Extended Content, Carousel Images. There are two default slides; if not enough, you can add new ones yourself. Other settings can also be found in the backend settings, such as friendly links, multi-language, etc. After modifications, visit the website's Frontend to see the updated effects. Isn't it simple to set up your own enterprise website? The tutorial on building a website with PbootCMS ends here.
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.