Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Basic help...
Hullo all.
I really did try not to start this discussion but I've had to come to the conclusion that I don't have a clue what I'm doing. I downloaded Vanilla because it looked pretty smart, with the intention of mucking about with it and seeing how much I can learn about how forums work (I have one, but I only do the easy bits).
I'll try and make this as clear as possible.
I opened up the readme, in Firefox:
//An installer is available. If you are viewing this file through your web server (ie. not through your filesystem), you can access the installer here.//
I have no idea what a web server is, but when I click the link, it's gibberish.
So on to the manual instruction.
//Contained in the root directory of this application is a vanilla.sql file. You can use an existing database (if you have one), or you can create a new database named whatever you like. You can install this database using the following command:
mysql -u your_database_username -p your_database_name < vanilla.sql
The database is an empty shell, containing a single administrative user in the system with the username "Admin" and the password "Admin".//
With what do I create a database? Where do I put this command? What program do I use to open PHP files?
(I do know I am quite a way out of my depth here, but I'm struggling to find any place to learn to swim, as it were...)
Any help would be much appreciated.
0
This discussion has been closed.
Comments
It is possible to install it on your computer if you also have a web server installed on your computer. On windows you can install Microsoft's IIS web server. On apple machines you can install an apache web server. There are lots of other web servers you can install, but those are the most common. It is WAY beyond the scope of this forum's discussions to tell you how to install a web server - and there is already lots of documentation out there (google it!) if you want to go down that route.
The easiest route for you would be to rent some space on a web server that supports php and mysql. Something like dreamhost would do you just fine. There are lots of different web hosts out there you can check out. Again, just google it
Once you've got somewhere to put your forum, then come on back if you are having problems and we'll see how we can help out.