Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Need input for web server OS / software  (Read 892 times)

0 Members and 1 Guest are viewing this topic.

GoPodular.com

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 250
  • Last login:April 23, 2008, 10:09:55 pm
    • GOPODULAR!
Need input for web server OS / software
« on: June 27, 2006, 02:56:45 pm »
My Dad is putting together a (very ambitious) web project.  He's going to host it himself on a dedicated computer, but may need to move it if the traffic gets out of hand.  I attached a pic of the basic "information page" layout.  It will need to be database driven... a first for either of us.

He only needs about 5 page templates, mostly a directory structure leading to the "information page" for each item.  The total number of pages for the site will eventually be in the hundreds.  It will need a couple dozen "global variables" for cross-referencing, and each page will have ~50 individual data variables (text stats/pics/paragraphs).

I'm not sure if a wiki would work or not?  I haven't seen any that look flexible enough in the layout.  Assuming it won't, what tree should we be barking up to handle that kind of database?  Being able to use a WYSIWYG page editor is always a plus.

It's a long-term project, so having to learn new stuff isn't a problem.  I think that's why it will be hosted locally for awhile.  It's better to blow up your own stuff than take out a handful of other sites with it via shared hosting.   >:D

GoPodular.com

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 250
  • Last login:April 23, 2008, 10:09:55 pm
    • GOPODULAR!
Re: Need input for web server OS / software
« Reply #1 on: June 27, 2006, 03:04:42 pm »
Knock knock puddinhead...

Here's the shortened version of the basic layout:

hanelyp

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 72
  • Last login:January 10, 2009, 11:08:19 pm
Re: Need input for web server OS / software
« Reply #2 on: June 27, 2006, 07:55:23 pm »
Don't know that much about wiki software, but I can recomend the following:
Linux
Apachi
mySQL
perl/python/php/...

NVU is a great WYSIWYG HTML editor, with the option of quickly switching to source view to do stuff that doesn't edit well in the graphical view.
http://www.nvu.com/index.php

Pi

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:March 08, 2007, 03:46:13 am
  • From Jupiter with pride
    • CAESAR
Re: Need input for web server OS / software
« Reply #3 on: June 28, 2006, 10:47:58 am »
I can also vouch for a LAMP server (Linux, Apache, MySQL & PHP). It's free software, with loads of good documentation and tutorials, and great support groups & forums where you can seek for help. Use PHP to generate the contents and learn CSS to make a good layout independent of the content. Those are my two centavos.
Pictures in the dark I see - Morpheus comes to me.

GoPodular.com

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 250
  • Last login:April 23, 2008, 10:09:55 pm
    • GOPODULAR!
Re: Need input for web server OS / software
« Reply #4 on: June 28, 2006, 04:35:09 pm »
Any recommendation on the Linux build?  A LAMP server sounds like exactly what I want.