"64-bit 1.0 official version system" Raspberry Pi uses a virtual machine to run with a pagoda system to build a website

"64-bit 1.0 official version system" Raspberry Pi uses a virtual machine to run with a pagoda system to build a website

Preface

This is the first tutorial of the 64-bit system software ecology. It is a tutorial for you to build a website using the pagoda, which allows you to build your own website in the fastest way.

Preface: I
believe many friends know about the pagoda panel, and may have used it. The pagoda panel is very difficult to use on the Raspberry Pi. When I tested it, we just installed the pagoda and the software used in it and used it all night. Time, and there are many things in it that are incompatible. If a Xiaobai wants to use a pagoda to build a station on the Raspberry Pi, it seems simple, but there are so many pits! But the pagoda panel really allows Xiaobai to build a website quickly!

Therefore, the first phase of our software ecology is the pagoda panel. Fans who have watched the video of the previous issue know that our 64-bit system supports running virtual machines, so we directly made the pagoda a virtual machine image of the pagoda. You can use it directly when you download it. We integrate all the things you need in it, and you can use it when you open it. You don’t need to install it for a long time. At the same time, using our system with the pagoda virtual machine is better than using the pagoda on the official system. The panel effect is much better! In general, with our 64-bit system, just a few lines of commands to install the pagoda virtual machine can be used directly. You don’t need to consider the software installation and compatibility inside, which can save you a lot of time and avoid a lot of unnecessary The trouble, and you can also get a very good experience!

Our software ecology is actually like this. Some software is very popular, but it is difficult to use after downloading. Some software only supports 32-bit systems, not 64-bit systems, so everyone has concerns about using our 64-bit systems. So our software ecology is to package and integrate these software into a virtual machine image, so that everyone can get it and use it directly with just a few commands, lowering the threshold for everyone to use the Raspberry Pi, and making the Raspberry Pi easier to use !

All right! Let's start today's tutorial

1. Install our qemu virtual machine

2. Turn on Kvm hardware acceleration

(The first two steps are explained in the previous video! Those who don’t know how to do it, please watch the previous tutorials on running virtual machines in different versions of 64-bit systems according to your system version)

Three, install the pagoda virtual machine

1. Download the image of the pagoda virtual machine and upload it to the Raspberry Pi using ftp
(send "Pagoda" to get the download address)
Insert picture description here
2.unzip files

tar xvf bt-panel_vm_5.9.1_pro.tar

3. Enter the file directory

cd ./bt-panel_vm_5.9.1_pro

4. Install the pagoda virtual machine

./install

5. Run the pagoda virtual machine

sudo ./bt_run

Pagoda virtual machine-related configuration information
Insert picture description here
Notes for shutting down the pagoda virtual machine and starting up automatically:

1. Turn off the pagoda virtual machine

Please log in to the virtual machine with ssh (ssh is port 2222) and execute the command "init 0" to shut down the virtual machine

After shutting down, you need to execute the "./bt_prog" command in the pagoda virtual machine directory to check whether the virtual machine has been shut down

If there is no output, it means the virtual machine has been shut down normally

If the virtual machine cannot be shut down normally, please execute the "./bt_prog kill" command in the pagoda virtual machine directory

Also remember to execute the "./bt_prog" command again to check whether the virtual machine has been shut down

2. Auto start

Execute the following command

./install int

Fourth, the pagoda station (demonstrated by wordpress)

1. Enter the pagoda panel
https://raspberry pie ip:28888/
default account password: openfans

Insert picture description here
Insert picture description here
2. Open the corresponding software
nginx
mysql
php
phpmyadmin
Insert picture description here
3. Add website
Insert picture description here
4. Delete the original four files of the site, upload the installation package
(you can get it by sending "new version of wordpress")
Insert picture description here
Insert picture description here
5. Unzip the installation package
Insert picture description here
6. Change directory
Insert picture description here
Insert picture description here
7. Create database
database server
name root
password openfans
created inside the database phpmyadmin
type uncode CI is ntf8
Insert picture description here
Insert picture description here
Insert picture description here
8. enter the raspberry Pi ip begin the installation
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
buttoned
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_41676577/article/details/112971495