The good folks at IBM developerWorks have a long tutorial on setting up a collaborative website:
Using open source software to design, develop, and deploy a collaborative Web site
They choose the technology to use wisely:
- Drupal – An open source content management system
- MySQL – An open source database store
- PHP – A Web-based language for supporting dynamic content with PHPMyAdmin and SQLBrowse
- Apache – An open source Web server
- Eclipse – An open source development environment
- CVS – A source code management system that tracks changes in your code
I did not read the whole tutorial, but I assume it’s well written
Post a Comment