Results 1 to 4 of 4

Thread: What's the best strategy?

  1. #1
    Join Date
    Jul 2005
    Location
    Remote Desert, USA
    Beans
    683

    What's the best strategy?

    What's the best strategy for this scenario?

    Imagine you have a newbie Linux admin who sort of knows his way around with Bash and some commands, and knows to type ifconfig to find the NIC settings. He can also install Ubuntu Server and do apt-get for other items. That's about the extent of it. Currently, I have a lot of potential customers like this coming to my website, which is why I mention this type of person.

    Anyway, I want to market a web app product to them, but I want it such that I give them a CD, they boot up on it, and can run the web app in production. If they make changes in the web app, it remains in some hard drive partition and yet doesn't disturb their hard drive. In other words, the LiveCD detects they have EXT3 and creates a new directory where it stores its stuff. That way, on reboots, their info remains intact. And, because it caches stuff to the EXT3 partition, it runs much faster than a normal LiveCD.

    Okay, another strategy could be that I implement a VM or OpenVZ kind of environment. The risk there, however, is that I want this to be extremely easy for the newbie Linux admin to set up. I don't want them to have to do a whole lot of steps or have to know how to build a VM server.

    I've also heard rumblings about JeOS but I suspect it's only a thing for VMWare?

    In essence, whatever I give the end user, they get a bootable CD or a VM that's a snap for them to use without much fuss, and can put it on their own hardware. That way, I don't have to start thinking of building expensive server appliances (hardware solutions) for my customers and can merely sell the CDs. (Note, it's a F/OSS project, but I will have some things that I sell, such as the bootable server and VM CDs.)

    So, what's the best approach in your opinion?
    SuperMike
    When in doubt, follow the penguins.
    Evil Kitty is watching you

  2. #2
    Join Date
    Jul 2005
    Location
    Remote Desert, USA
    Beans
    683

    Re: What's the best strategy?

    Nobody can offer any advice?
    SuperMike
    When in doubt, follow the penguins.
    Evil Kitty is watching you

  3. #3
    Join Date
    Nov 2006
    Location
    Israel
    Beans
    765
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: What's the best strategy?

    Since your target people know basic bash commands and have figured out how to install with apt-get, why not package the application as a deb and offer/sell it via internet?

    That way, they would not need to restart the computer, wait the somewhat lengthy time for the livecd to boot, and then not be able to use anything on the computer while this is running. With a livecd you are also runnign the risk of not recognizing user's hardware, etc.

    Have you considered this option and decided against it or is there a specific reason this would not work for you?
    Intel E6300 / MSI P4M890M / 2GB DDR2 677 / 80GB + 1TB SATA2 / GeForce 6200TC / DL DVD+-RW / Dell 24" U2410

  4. #4
    Join Date
    Jul 2005
    Location
    Remote Desert, USA
    Beans
    683

    Re: What's the best strategy?

    smartbei - you make some excellent points. I'll have to consider this.
    SuperMike
    When in doubt, follow the penguins.
    Evil Kitty is watching you

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
  •