meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.28k stars 680 forks source link

Deploy Ubuntu server #1295

Open omensight opened 2 years ago

omensight commented 2 years ago

Hello, is there a way to deploy Ubuntu server fully functional? Thanks for this project.

sprucecellodev125 commented 2 years ago

Hello. Ubuntu Server is just basically Ubuntu with tools commonly used by servers. To Deploy Ubuntu Server, just follow steps below:

  1. Choose Ubuntu as the distribution
  2. (Optional) Change the password so you can remember it easily when SSH to container
  3. (Optional) Mount your SD Card so you can put your Website to container
  4. Enable SSH access to container
  5. Now Install it and wait for moment
  6. After successfuly installed, start the container and SSH it (If you have Linux PC, then type ssh (your_phone_ip_address) -p 22, otherwise install SSH client)
  7. The rest is install any server tools you want to use

Hope this is helps

omensight commented 2 years ago

Hello. Ubuntu Server is just basically Ubuntu with tools commonly used by servers. To Deploy Ubuntu Server, just follow steps below:

  1. Choose Ubuntu as the distribution
  2. (Optional) Change the password so you can remember it easily when SSH to container
  3. (Optional) Mount your SD Card so you can put your Website to container
  4. Enable SSH access to container
  5. Now Install it and wait for moment
  6. After successfuly installed, start the container and SSH it (If you have Linux PC, then type ssh (your_phone_ip_address) -p 22, otherwise install SSH client)
  7. The rest is install any server tools you want to use

Hope this is helps

So basically there is not a way to deploy genuinely Ubuntu Server distro?

acheong08 commented 2 years ago

Ubuntu is the same as Ubuntu Server. The only difference is in what is preinstalled and also the lack of a GUI.