Results 1 to 3 of 3

Thread: Host website on ubuntu server 12.04

  1. #1
    Join Date
    Jul 2012
    Beans
    1

    Exclamation Host website on ubuntu server 12.04

    I just installed Ubuntu server 12.04 and I'm completely lost, I've never really used Ubuntu, can someone please help me set it up to host a website?

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Host website on ubuntu server 12.04

    Hi spleen387. Welcome to the forums!

    There are several options, but the most common is to install a app combo called LAMP (for Linux Apache MySQL PHP).

    Here's a guide to get you started.

    I hope that helps. Come here often and have fun.
    Regards.

  3. #3
    Join Date
    Apr 2008
    Location
    Birmingham UK
    Beans
    610
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Host website on ubuntu server 12.04

    It is also useful to install SSH server using tasksel.
    Then you can log in from another pc on the network using:

    ssh username@PCIPaddress

    e.g. user1@192.168.0.10

    However, if you are really new to Linux you need to learn the command line or use a desktop distro, as Ubuntu server does not by default have a GUI.

    One application that can help is webmin

    http://www.ubuntugeek.com/how-to-ins...ty-server.html

    (I would use nano, not vi, change the line:
    sudo vi /etc/apt/sources.list
    to
    sudo nano /etc/apt/sources.list)
    ****************************
    ****************************
    The sig between the asterisks is SO COOL that only REALLY COOL people can even see it!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •