Reputation: 19
I am new to website building and want to create a site which have following features:
I am planning to go on Open source side: Using PHP/APACHE/MYSQL/LINUX.
I am not sure what all things i should read Like CMS (Drupal/Joomla etc.)
Can anyone help me?
Upvotes: 1
Views: 4146
Reputation: 1
Upvotes: 0
Reputation: 792
There are several open-source packages you could use. Or you could go over to http://area51.stackexchange.com/ and see if any of the 566 sites in development would do what you want.
Some open-source question-and-answer packages:
Upvotes: 4
Reputation: 14049
If you are just trying to have a forum in PHP for question/answer, I recommend you take a look at phpBB. You may also take a look at http://en.wikipedia.org/wiki/Comparison_of_Internet_forum_software_(PHP)
Upvotes: 0
Reputation: 17762
It's impossible to answer all your questions in one answer.
If you're really new to php, I doub't you should dive in a CMS.
I recomend you to split-up your questions in to smaller ones and start googling and coding.
..and so on.
This would be ok if you're doing it for practice, not for real life product.
If you're looking for a quality product, you should go for a cms.
Upvotes: 4
Reputation: 83546
OSQA is open source stackoverflow.com clone, running on Django and Python
(just replace one P in your LAMP stack with another P :)
Upvotes: 1