Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: How create a website with Linux technology

  1. #1
    Join Date
    Aug 2008
    Location
    Atlantic Ocean: Atlantis
    Beans
    364
    Distro
    Ubuntu 12.04 Precise Pangolin

    Lightbulb How create a website with Linux technology

    when I have no experience in webpages development.
    1- Where I should start?

    2- Can I use my own computer as my server? How can I do that?


    Thanks in advance

    Last edited by BSG Fan; May 14th, 2014 at 08:01 PM.

  2. #2
    Join Date
    May 2009
    Location
    Courtenay, BC, Canada
    Beans
    1,661

    Re: How create a website with Linux technology


  3. #3
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    html + css

    For the web pages, look up HTML 4 for structure and CSS2 for layout.

    http://www.w3.org/Style/Examples/011/firstcss

    Then as you get comfortable you can move to XHTML 1 and CSS3. One of the tools for pag editing would be Bluefish, but Geany or Kate would be fine too at the beginning. You'll have to look around for tutorials that match your learning style and level. As always the ultimate reference source for HTML and CSS is the W3C. Anything else is either derivative or wrong. Use it at the beginning like you would a dictionary or thesaurus.



    The link provided above by HiImTye shows how to set up Apache2. That's all you need for web pages on your own machine, you don't need PHP or MySQL at the beginning. Which version of Ubuntu are you running?

  4. #4
    Join Date
    Aug 2008
    Location
    Atlantic Ocean: Atlantis
    Beans
    364
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: html + css

    Quote Originally Posted by Lars Noodén View Post
    For the web pages, look up HTML 4 for structure and CSS2 for layout.

    Which version of Ubuntu are you running?
    I am in the prehistory. I am using Ubuntu 10.04

  5. #5
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    10.04 is EOL

    It would be a very good idea to move to 12.04 or 14.04 because Desktop 10.04 was discontinued a year ago and won't get any updates of any kind. If the GUI is a problem on the new versions, which it is for many, then you can look to install MATE or Xfce. The latter is quite popular and comes as part of Xubuntu but can always be installed a la carte.

  6. #6
    Join Date
    Sep 2006
    Location
    United States
    Beans
    624

    Re: How create a website with Linux technology

    Hi BSG Fan!

    Wow, you are asking a big question. Let me see if I can help. =)

    "1- Where I should start?"

    You will need to install Apache, and perhaps other software from the repository, depending on what you want to use: such as MySQL, PostgreSQL, PHP, or Ruby. You may have to do some hand configuring to get it up to spec. Feel welcome to send me private message here on the board if you want to set up some "one on one" help. It would probably take a lot of space on the message board to explain it thoroughly.

    "2- Can I use my own computer as my server? How can I do that?"

    Yes, you can! I highly recommend it for local design and development, as you can edit and view your changes, exactly as they will be on a live server.

    Actually serving webpages to the rest of Internet however, is another story. It gets considerably more complicated, as it involves your Internet service provider routing requests to your computer as well as registering your site's URL with the DNS system. Simply, it will cost you some money because all of those things have to be setup and maintained. There is also the consideration that if you serve your own sites from your home you have to pay the electric to have the computer on 24/7.

  7. #7
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: How create a website with Linux technology

    There is the additional problem that if you run a web server from your personal Internet account, your ISP may consider this a "commercial" operation -- and then charge you commercial rates, which are a LOT higher than personal rates. It depends very much on the particular ISP you're using.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  8. #8
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How create a website with Linux technology

    Quote Originally Posted by Mark Phelps View Post
    There is the additional problem that if you run a web server from your personal Internet account, your ISP may consider this a "commercial" operation -- and then charge you commercial rates, which are a LOT higher than personal rates. It depends very much on the particular ISP you're using.
    True. But just installing Apache2 or nginx won't do that alone. You have to go out of your way to adjust the router to make it publicly available before the terms of service come into the question. For a home lab, things should be quite ok with the defaults.

  9. #9
    Join Date
    May 2014
    Beans
    19
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How create a website with Linux technology

    You could bypass all the above and just start with a free website from wordpress.com or blogger.com. Wordpress is easiest plus it has the added bonus of not having to learn HTML or CSS or XAMP.

  10. #10
    Join Date
    Nov 2007
    Location
    Newry, Northern Ireland
    Beans
    1,258

    Re: How create a website with Linux technology

    Ummm, I think the OP actually wants to learn?
    Can't think of anything profound or witty.
    My Blog: http://gonzothegeek.blogspot.co.uk/

Page 1 of 2 12 LastLast

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
  •