This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
x64-server [2022/09/02 06:30] admin [4. Setup Payment Portal] |
x64-server [2024/02/04 01:17] (current) |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ===== 1. Command Line Installation ===== | ===== 1. Command Line Installation ===== | ||
| - | Command line installation is used when software image is not available for your board/ | + | Command line installation is used when software image is not available for your board/ |
| Follow the step by step guide on how to install an Ubuntu server to x64 pc/machine: | Follow the step by step guide on how to install an Ubuntu server to x64 pc/machine: | ||
| Line 31: | Line 31: | ||
| | | ||
| sudo apt-get install -y nodejs python nginx bind9 isc-dhcp-server | sudo apt-get install -y nodejs python nginx bind9 isc-dhcp-server | ||
| + | |||
| + | If the above command returns **Package ' | ||
| + | sudo apt-get install -y nodejs python2 nginx bind9 isc-dhcp-server | ||
| + | sudo ln -s $(which python2) / | ||
| | | ||
| - | | + | Then next: |
| + | | ||
| | | ||
| + | If an error show **Package python-pip is not available**, | ||
| + | sudo apt-get install -y iptables hostapd dmidecode build-essential openssh-server python3-pip unzip bridge-utils git iputils-arping | ||
| + | |||
| + | Then proceed with the following commands: | ||
| wget -O / | wget -O / | ||
| | | ||
| Line 114: | Line 123: | ||
| sudo ./ | sudo ./ | ||
| | | ||
| - | # if the above command failed, try the following: | + | |
| + | if the above command failed, try the following: | ||
| | | ||
| bash ./ | bash ./ | ||