Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 3B

595 bytes added, 15:03, 11 August 2023
The installation method of the Bt-Panel Linux panel
== The installation method of the Bt-Panel Linux panel ==
{| class="wikitable" style="background-color:#ffffdc;width:800px;" |-| <big>'''Bt-Panel Linux panel is a server management software that improves operation and maintenance efficiency. It supports more than 100 server management functions such as one -click LAMP/LNMP/cluster/monitoring/website/FTP/database/Java (excerpted from the [https://www.bt.cn/new/index.html official website of the Bt-Panel])'''</big>|}
# First of all, the size of the'''/tmp''' space is needed. After setting, you need to '''<span style="color:#FF0000">restart the Linux system of the development board</span>''', and the command is shown below:
::{| class="wikitable" style="width:800px;"
|-
|
orangepi@orangepi:~$ '''sudo sed -i 's/nosuid/&amp;,size=2G/' /etc/fstab'''
orangepi@orangepi:~$ '''sudo reboot'''
|}
<ol start="2" style="list-style-type: decimal;">
<li>After restarting, you can see that the size of the'''/tmp''' space has become 2G.</li></ol>{| class="wikitable" style="width:800px;" |-|
orangepi@orangepi:~$ '''df -h | grep &quot;/tmp&quot;'''
tmpfs &nbsp;&nbsp;&nbsp;&nbsp; 2.0G &nbsp;&nbsp;&nbsp;&nbsp; 12K &nbsp;&nbsp;&nbsp;&nbsp; '''<span style="color:#FF0000">2.0G</span>''' &nbsp;&nbsp;&nbsp;&nbsp; 1% /tmp|}</ol>
<ol start="3" style="list-style-type: decimal;">
<li>Then enter the following command in the Linux system to start the installation of the Bt-Panel</li></ol>{| class="wikitable" style="width:800px;" |-|
orangepi@orangepi:~$ '''sudo install_bt_panel.sh'''
|}</ol>
<ol start="4" style="list-style-type: decimal;">
<li>Then the pagoda installation program reminds whether to install the '''Bt-Panel''' to the'''/www''' folder, and enter '''<span style="color:#FF0000">y </span>''' at this time</li></ol>{| class="wikitable" style="width:800px;" |-|
+----------------------------------------------------------------------
+----------------------------------------------------------------------
Do you want to install Bt-Panel to the /www directory now?(y/n): '''y'''
Do you want to install Bt-Panel to the /www directory now?(y/n): '''<span style="color:#FF0000">y</span>'''
|}
</ol>
<ol start="5" style="list-style-type: decimal;">
<li>Then you have to wait patiently. When you see the printing information below the terminal output, it means that the pagoda has been installed. The entire installation process takes about 34 minutes. There may be some differences according to the difference in network speed</li></ol>
[[File:pi3b-img278.png]]
</ol>
<ol start="6" style="list-style-type: decimal;">
<li><p>At this time, enter the '''panel address''' displayed above in the browser to open the login interface of the pagoda Linux panel, and then enter the '''username''' and '''password''' displayed in the corresponding position to log in to the Bt-Panel<br />
[[File:pi3b-img279.png]]</p></li>
<li><p>After successfully logging in to the pagoda, the following welcome interface will pop up. First, please take the intermediate user notice to read to the bottom, and then you can choose &quot;I have agreed and read&quot; User Agreement &quot;, and then click&quot; Enter the panel &quot; You can enter the Bt-Panel</p></li></ol>
[[File:pi3b-img280.png]]
</ol>
<ol start="8" style="list-style-type: decimal;">
<li>After entering the Bt-Panel, you will first prompt that you need to bind the account of the Bt-Panel official website. If you do n't have an account, you can go to the pagoda's official website ('''https://www.bt.cn''') to register one.</li></ol>
[[File:pi3b-img281.png]]
</ol>
<ol start="9" style="list-style-type: decimal;">
<li>The final display interface is shown in the figure below. You can intuitively see some status information of the development board Linux system, such as load state, CPU usage, memory usage and storage space usage</li></ol>
[[File:pi3b-img282.png]]
</ol>
<ol start="10" style="list-style-type: decimal;">
<li>More functions of the Bt-Panel can refer to the following information to explore by yourself</li></ol>
{| class="wikitable" style="width:800px;"
|-
|
Manual: [http://docs.bt.cn '''http://docs.bt.cn''']
GitHub Link: '''https://github.com/aaPanel/BaoTa'''
|}
</ol>
<span id="set-the-chinese-environment-and-install-chinese-input-method"></span>
<span id="set-the-chinese-environment-and-install-chinese-input-method"></span>
== Set the Chinese environment and install Chinese input method ==