Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Web/Mail server and usable o/s

  • 22-06-2008 10:12pm
    #1
    Registered Users, Registered Users 2 Posts: 4,475 ✭✭✭


    I want to set up my development machine as a *nix machine (swaying towards Ubuntu or Mint). I'm developing an application and need a few things that my web host won't give me (cron jobs, imap support, etc). I'm not planning on using the box as a live web host (*) Everything I've read so far suggests that I set up the web server, but do not have a gui on it - either dl the server version or the desktop version but not both.

    My issue is that would mean developing in XP everything I want to test, moving it to the shared partition, rebooting into Ubuntu, testing what I want to test, finding the inevitable typo rendering the whole thing pointless, rebooting back into XP and starting again. Surely there's better ways of doing this? If I have a desktop tacked onto the front of the webserver, then I can develop exclusively in Ubuntu and forget all about XP while doing this work.

    Any advice would be appreciated. (I'm not a complete virgin with *nix, I used Mandrake for a long time before, but eventually it's inability to 'see' my soft modem drove me back to Win 98)

    PS (*) I know this may be a dumb question, but if I'm connected to the web 24 hours a day, and have a working secure web server, is there any reason why I'm paying my web host for their services?


Comments

  • Closed Accounts Posts: 7,563 ✭✭✭leeroybrown


    For development a Linux (I'd suggest Ubuntu) desktop running Apache2 and an IMAP daemon sounds perfect.


  • Registered Users, Registered Users 2 Posts: 4,475 ✭✭✭corblimey


    For development a Linux (I'd suggest Ubuntu) desktop running Apache2 and an IMAP daemon sounds perfect.

    Ah right, so I don't need the server edition for LAMP development? I thought this was what this meant:
    The Server CD provides you all the tools you need to set up a server (including LAMP). It does not come with a GUI (graphical user interface)


  • Closed Accounts Posts: 2,039 ✭✭✭rmacm


    corblimey wrote: »
    Ah right, so I don't need the server edition for LAMP development?

    No you don't need the server version of it. You can download the desktop iso and then install Apache, PHP and MySQL on this.

    The command: sudo apt-get install apache2, php5, mysql should get you started.


  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness


    download any distribution, probably ubuntu is your best bet.

    you can install lamp as shown above or you could download xampp which packages apache,mysql,phpmyadmin,php,etc into one neat and tidy package.

    www.apachefriends.org


  • Registered Users, Registered Users 2 Posts: 1,064 ✭✭✭Snowbat


    Linux distros are flexible - you can easily add any server pakages you like to a desktop-oriented distro, or a GUI and desktop packages to a server-oriented disto. The only difference is the set of default packages.

    As for webhost vs. DIY...

    Webhost
    - quality peering
    - lots of bandwidth
    - no contention
    - redundant power and backbone connections
    - generous data transfer allowance
    - good support

    ISP connetion
    - An AUP that may prohibit running servers
    - limited upload bandwidth
    - throttling/contention
    - variable support
    - variable reliabiliy


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 16,288 ✭✭✭✭ntlbell


    blacknight.ie are now selling vps's at very reasonable prices which you could look into using

    they offer a variety of linux distro's and control panels to use with them

    disclousure: i dont work for or have any connection with blacknight


Advertisement