+ Post New Thread
Results 1 to 13 of 13
*nix Thread, ubuntu and Moodle in Technical; Looking at setting up a Linux testing station to trial some apps like Moodle, Joomla and the like without having ...
  1. #1

    Join Date
    Dec 2005
    Location
    East Sussex
    Posts
    2,591
    Thank Post
    135
    Thanked 225 Times in 175 Posts
    Rep Power
    95

    ubuntu and Moodle

    Looking at setting up a Linux testing station to trial some apps like Moodle, Joomla and the like without having to use up a Windows license (and to get another linux station in the department :P ). Chose ubuntu as it seems to be flavour of the month and I need an easy entry but the server versions says no GUI is installed. Is a GUI available, it just isn't loaded by default or is it cmdline only? Will the desktop version be fine?

    Ta

  2. IDG Tech News

  3. #2
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    Re: ubuntu and Moodle

    Linux servers generally don't have guis. For several reasons:

    1) They are usually 'headless'(no monitor, keyboard attached), stuck in a cupboard someplace and forgotten about.
    2) You can do everything on the command line you could with a GUI, just faster. Assuming you know what to type.
    3) You can do everything remotely you'd be able to do locally from the command line over SSH.
    4) GUIs are a waste of resources which are better spent on serving clients webpages, email or whatever it is the machine is doing.

    If you really want a point and click interface, try Webmin.

    http://www.webmin.com/
    http://invaleed.wordpress.com/2006/0...per-drake-606/

  4. #3


    Join Date
    Jan 2006
    Posts
    6,456
    Thank Post
    324
    Thanked 740 Times in 557 Posts
    Rep Power
    201

    Re: ubuntu and Moodle

    server version is a cut down desktop - theory being you only need to install the server with what you need - not what you don't need (like a gui)
    just run "sudo apt-get install ubuntu-desktop" if you want to turn your server into a desktop

  5. #4

    Join Date
    Dec 2005
    Location
    East Sussex
    Posts
    2,591
    Thank Post
    135
    Thanked 225 Times in 175 Posts
    Rep Power
    95

    Re: ubuntu and Moodle

    But if I am just setting it up as a play around machine to test apps then will there be any major difference between Desktop and Server. Also taking into consideration that I have played with one other linux machine and a bit of mac!

  6. #5

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,284
    Blog Entries
    2
    Thank Post
    598
    Thanked 879 Times in 617 Posts
    Rep Power
    287

    Re: ubuntu and Moodle

    Essentialy, the differences between server and desktop is the combination of packages that are installed and tailored to that role. You can install whichever one you want and go from there, add and remove packages using the usual sudo apt-get .... Have a look at Ubuntu Guide for how to install Apache, PHP and MySQL.

  7. #6

    Join Date
    Dec 2005
    Location
    Preston
    Posts
    20
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: ubuntu and Moodle

    I run Ubuntu on my desktop and have compiled a document on how to install Moodle for testing purposes. If you PM me with your email I'll send you a copy.

    Nick

  8. #7
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    Re: ubuntu and Moodle

    Any chance of putting transfering it to the wiki? That way everyone benifits.

  9. #8

    Join Date
    Dec 2005
    Location
    Preston
    Posts
    20
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: ubuntu and Moodle

    OK. that's done. I've put it under the HowTo section. I wrote it for Breezy so I hope it's still OK for Dapper. Let me know if not.

  10. #9
    ChrisH's Avatar
    Join Date
    Jun 2005
    Location
    East Lancs
    Posts
    4,810
    Thank Post
    89
    Thanked 212 Times in 195 Posts
    Rep Power
    83

    Re: ubuntu and Moodle

    Just get the server iso select lamp install. Then install an ssh server through apt-get. Download bitvise tunnelier from www.bitvise.com. Put it on your windows workstation. Then ssh to your server and use sftp to copy the config files back and forth and edit the config files with your favourite, decent text editor the sftp them back. You also have the shell to use what ever commands you want.
    Dont forget to apt-get update and apt-get upgrade as well after you have installed to bring everything upto date. Your more likely to get lost using the GUI than the cmd line tbh.

  11. #10

    Ric_'s Avatar
    Join Date
    Jun 2005
    Location
    London
    Posts
    7,621
    Thank Post
    96
    Thanked 685 Times in 528 Posts
    Rep Power
    158

    Re: ubuntu and Moodle

    @ChrisH: I prefer the PuTTY Suite of tools (just install and add the program directory to your path to run pscp - the scp prog - from the command line).

  12. #11

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,284
    Blog Entries
    2
    Thank Post
    598
    Thanked 879 Times in 617 Posts
    Rep Power
    287

    Re: ubuntu and Moodle

    WinSCP for copying files over SSH, it's great

  13. #12
    ChrisH's Avatar
    Join Date
    Jun 2005
    Location
    East Lancs
    Posts
    4,810
    Thank Post
    89
    Thanked 212 Times in 195 Posts
    Rep Power
    83

    Re: ubuntu and Moodle

    Tunnelier is nice and easy to use for these poeple that think they need a GUI .

  14. #13
    mberry's Avatar
    Join Date
    Sep 2006
    Location
    Roehampton, London
    Posts
    22
    Thank Post
    0
    Thanked 3 Times in 2 Posts
    Rep Power
    16

    Re: ubuntu and Moodle

    Nick Holme has posted a step-by-step set of instructions for installing moodle on ubuntu at http://www.schoolforge.org.uk/index....tu_workstation although I suspect the security might need tightening up for a production installation.

SHARE:
+ Post New Thread

Similar Threads

  1. Well here goes... [Ubuntu]
    By contink in forum *nix
    Replies: 10
    Last Post: 1st November 2007, 11:09 AM
  2. Ubuntu / Moodle REALLY SLOOOOWWWWW
    By ICTNUT in forum Virtual Learning Platforms
    Replies: 42
    Last Post: 10th October 2007, 12:49 PM
  3. WPA/PSK and Ubuntu
    By richard in forum *nix
    Replies: 12
    Last Post: 17th May 2007, 09:44 AM
  4. Ubuntu Help Please.
    By tickmike in forum *nix
    Replies: 15
    Last Post: 4th January 2007, 02:55 PM
  5. getting moodle to work on ubuntu
    By pcprofessor in forum *nix
    Replies: 6
    Last Post: 23rd February 2006, 10:07 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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