linuxdeploy icon indicating copy to clipboard operation
linuxdeploy copied to clipboard

Deploy Ubuntu server

Open omensight opened this issue 3 years ago • 3 comments

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

omensight avatar Jan 05 '22 16:01 omensight

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

sprucecellodev125 avatar Jan 14 '22 06:01 sprucecellodev125

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?

omensight avatar Jan 17 '22 18:01 omensight

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

acheong08 avatar Apr 17 '22 01:04 acheong08