I want to start a discussion board that is only accessable on the company network. Can I still use Vanilla to accomplish this? Basically it will be an html file located on one our network drives, not "hosted" on a website.
That's the short answer =D The longer answer is "No, I'm afraid not". Why? Because Vanilla requires PHP which in turn requires a web server (like apache) as well as a database (usually mySQL). Sorry!
This could totally be done...talk to your network administrator/tech guy and they should be able to set up an in house server to host an open source forum client such as Vanilla or BBPress...or even a paid client like vBulletin. You probably can't do it yourself though, so if you don't have a tech guy at your company you will have to find a company to set it up for you.
Well yeah, of course you could setup Apache, PHP and MySQL and run it on a server, but that's not exactly "an html file located on one our network drives" is it :P
i took the xampp root the other day.. quite clean. I'm not an it person, but got a forum, apache, mysql, php, etc up and running other day. Just a few minutes is what it took. The only issue I had is that it was not clear how best to configure the mysql databsae for speed, etc. Any recommendations on mysql configuration for a small forum (40 people perhaps).