Best tools to build a collaborative project site using only open-source Apache/Mysql/PHP tools

1 Answer

Answer :

answer:We’ve used Trac for a few projects with success. Its not perfect but it is configurable and you can extend it. Of course its geared very much towards software development and I’m not sure what your project entails. Trac integrates with Subversion quite well too(not sure about other source control solutions). If you can get your team to do documentation via the Wiki it is really nice – that is if you don’t generate your documentation. I find that a well-maintained Wiki is a great place to store everything about a project and can get new members up to speed quickly. I don’t know if that satisfies your CMS requirement but it did the trick for us. If its a significantly large project that requires some specific things that you can’t find in an existing solution I don’t believe it is a waste of time to roll your own if you really need to. We threw together a quick Rails app once for a specific set of tracking and documenting and were glad we did later on in the development cycle.

Related questions

Description : Error message when using PHP with MySQL.

Last Answer : Wow! Good luck with that!

Description : How long does it take to learn PHP & MySQL?

Last Answer : The O’Reilly Head First book on this is great.

Description : Is there any difference in terms of performance to build my website's database using PostGreSQL than to built it using MySQL?

Last Answer : A few years back, the choice was between raw speed, in which case you chose MySQL, and features and reliability, in which case you chose PostgreSQL. (If you needed speed, features, and reliability, ... is what databases are built to do, but in older versions of MySQL there was simply no alternative.

Description : Approximately how many connections per second could a MySQL server with 64mb of memory handle?

Last Answer : Nevermind. The answer is between 1200/sec and 2000/sec, but obviously dependent on the load of the request.

Description : MySQL WHERE doesn't work.

Last Answer : answer:Try changing the WHERE clause to: WHERE LOWER(`Title`) LIKE '%trumpet%' (using LOWER makes the search case-insensitive) In SQL, % is a wildcard that matches any number of characters (even zero ... a space in a table name. I'd recommend a migration from `Methodes Walter` to `Methodes_Walter`.

Description : What are the best web sites to get help with Apache, PHP, and MySQL?

Last Answer : stackoverflow is the best site programming q & a site I know of. Looks like there is a fair amount of LAMP-related questions there.

Description : What is apache or perl or php or mySQL?

Last Answer : Apache, Perl, PHP, MySQL Seriously, Wikipedia does wonders. Also try searching with Google.

Description : Are there any resources that you can recommend for me to learn LAMP (Linux Apache MySQL Perl/Python/PHP?

Last Answer : I’m not educated in this type of stuff, but I did a little research and got these. http://lamphowto.com http://onlamp.com

Description : How do I enable single sign in to WordPress backend from my already existing website backend?

Last Answer : As far as I’m concerned, just keep yourself logged in

Description : Is there a PHP library or API that would let me quickly build survey questionnaires and dump the captured data to MySQL?

Last Answer : If you are familiar with LAMP and PHP, why not build a little CRUD application?

Description : Do you know webhosting server including with these details: free, about 1-2 gigabytes, php script OK, mysql OK, no adds on site?

Last Answer : Hosting a free Wordpress blog. Interesting. Did you try wordpress.com? Most hosts aren’t going to offer those serviced ad-free for free. I can’t think of a single one. Everyone needs a business model. And even if I found one, I certainly wouldn’t trust it for stability and security.

Description : Anyone using Spry with PHP/MySQL in Dreamweaver CS3?

Last Answer : Why are you asking? Are you already using it, or wondering if it's a good choice of tools?

Description : How do I check for the existence of a particular MySQL table using PHP? (Using an IF statement.)

Last Answer : answer:I don't know of a preexisting function, so here's one I wrote real quick (untested): function checkTable ($table_name, $database_name) { $my_tables [equal] mysql_list_tables($database_name); while (list($foo) ... , your_database )) { // Table exists } else { // Table does not exist }

Description : As a specialist PHP/MySQL programmer at my (not so fun to work at) job, what's my future?

Last Answer : It depends if you want to continue doing programming or not. If you have good people skills, and good business sense, you could get PMP certified, or learn VersionOne and move to the business ... business side. We also prize business analysts with SQL knowledge in order to manage data and metrics.

Description : If I already know basic PHP/MySQL, what else should I learn to use Google App Engine?

Last Answer : answer:I am not an expert, I just started reading up on this myself, but here are a couple of starting points on data storage. Rather than a separately maintained SQL database, ... .com/appengine/articles/datastore/overview.html http://code.google.com/appengine/docs/python/datastore/overview.html

Description : PHP/MySQL question.... (please read on)

Last Answer : Have you looked through these?

Description : What is a good book for learning PHP and MySQL?

Last Answer : I’d start here: http://www.php.net/manual/en/ Get a feel for PHP, then buy books to fill in the gaps or get deeper into particular areas.

Description : Can someone please explain to me exactly how PHP, mySQL, Javascript, and HTML/CSS are related?

Last Answer : PHP is a serverside language, while JavaScript and mySQL are clientside languages. I think the difference is that PHP/HTML is the language used by the server to encode instructions for the web browser, ... have no idea whether it's accurate or not. I just started learning this stuff this week.

Description : Getting certified in PHP and MySQL?

Last Answer : I think Zend, the company behind PHP, has some kind of certification. Is this required for something? I’ve honestly never seen a job requiring a “certified” PHP programmer. Edit: This looks like it.

Description : What is your favorite PHP/MySQL ecommerce application and why?

Last Answer : answer:

Description : GAE contains the several runtime environments including : JAVA, Python, _______ & a) C# & MySQL b) Net & Ruby c) PHP & GO d) Closure & Scala

Last Answer : PHP & GO

Description : Which of the following is not open source software? (A) Apache HTTP server (B) Internet explorer (C) Fedora Linux (D) Open office

Last Answer : (B) Internet explorer

Description : The most open source DBMS. A) Microsoft SQL Server B) Microsoft Access C) MySQL D) Oracle

Last Answer : MySQL

Description : How to Find Greats Tools for MySQL SQL Performance Tuning?

Last Answer : Say goodbye to changing queries manually and tuning them for better performance. At Tosska Technologies, we offer efficient tools for MySQL SQL performance tuning that help you save time and resources. With ... explore our tools and make the right selection, visit our website, and get a free trial.

Description : A good open source PHP CRM?

Last Answer : You want to implement someone else’s library? or you want to use a website built in PHP, that does this?

Description : Which of the following group is dedicated to support technologies that implement enterprise mashups? a) Open Alliance Apache b) Open Mashup Alliance c) Open Tech Alliance d) None of the mentioned

Last Answer : Open Mashup Alliance

Description : Which of the following group is dedicated to support technologies that implement enterprise mashups? A. Open Alliance Apache B. Open Mashup Alliance C. Open Tech Alliance D. None of the above

Last Answer : Open Mashup Alliance

Description : _________ software library to write and run large user applications on vast data sets in business applications a) Apache Tomcat b) Hadoop c) Open Stack d) Open Nebula

Last Answer : Hadoop

Description : The basic difference between nursing diagnoses and collaborative problems is that a) Nurses manage collaborative problems using physician-prescribed interventions. Collaborative problems are physiologic ... or potential health problems that can be managed by independent nursing interventions.

Last Answer : a) Nurses manage collaborative problems using physician-prescribed interventions. Collaborative problems are physiologic complications that nurses monitor to detect onset or changes and manage ... physician-prescribed and nursing-prescribed interventions to minimize the complications of events.

Description : Empty entries in a mysql/php5 site database,... why?

Last Answer : How are you migrating the database? What are you using to export and import?

Description : Which of the following is true about cloud computing? A. Cloud computing is platform dependent B. Cloud Computing makes our business applications mobile and collaborative. C. Cloud Computing provides us means of accessing the applications as utilities over computer only. D. All of the above

Last Answer : Cloud Computing makes our business applications mobile and collaborative.

Description : Which of the following is true about cloud computing? a) Cloud computing is platform dependent b) Cloud Computing makes our business applications mobile and collaborative c) Cloud Computing provides us means of accessing the applications as utilities over computer only d) All of the above

Last Answer : Cloud Computing makes our business applications mobile and collaborative

Description : Digital Empowerment means  (i) Universal digit literacy  (ii) Universal access to all digital resources (iii) Collaborative digital platform for participative governance. (iv) Probability of all entitlements for individuals through cloud. ... (ii) and (iii) only (D) (i), (ii), (iii) and (iv)

Last Answer : Answer: D

Description : Open source tools for creating eLearning & Flash Presentations?

Last Answer : I know there’s a piece of freeware for doing what you want (I use Camtasia, but it’s not cheap). Let me do a little quick research around my office.

Description : How to make cookie in php track both in www.site.com and site.com for some web-site?

Last Answer : answer:Set the domain argument to just '.site.com', including the leading period, rather than accepting the default (which will be whatever the current domain is) http://php.net/manual/en/function.setcookie.php ... So you might have something like: setcookie( my_cookie', 123, 0, , '.site.com');

Description : What MySQL database admin app should I be using?

Last Answer : I use CocoaMySQL

Description : For tech savvy folks: is Dropbox the best alternative for collaborative file sharing?

Last Answer : answer:I think Google is near top notch. I mean, it’s next to e-mail. There’s Google Drive, Google Docs, Google Hangout. I heard a lot of new school business people partake in Google latest features. Dropbox isn’t that bad though

Description : Is there an application for online, real-time, collaborative interior design?

Last Answer : Second Life is the closest thing.

Description : What is the best SaaS collaborative software / service ?

Last Answer : answer:Basecamp is the best I've used. Overall I like it because the basics are simple to use and it still offers quite a few features. I can sign clients up for an account and they ... want to create something custom and several companies that have developed products to add on to the core offering.

Description : What is the best collaborative software?

Last Answer : answer:Gmail - Creating a google domain for your office would probably be very helpful for your company. You can be the admin and then create email addresses for everyone in the office. With gmail you can ... edit them live. Hope that was helpful. You can ask me if that answer wasn't specific enough

Description : Is a TVS Apache Motorcycle street legal in the United States?

Last Answer : answer:From their own web site you can see the bike has a carbureted 160 cc engine producing only 15.2 hp. There are plenty of small bikes around with similar specs that meet safety and emission ... Psst! Don't tell anyone, but the guys with the biggest, loudest bikes have the smallest units.

Description : Does the apache Indian language have a way of expressing a deontic modal like should not?

Last Answer : There is. However, the fonts available here do not allow the letters needed to post it. There are also several dialects, the one I know is pronounced something like “sha-nine”

Description : Apache sees my SSL certificate, but thinks it's self-signed?

Last Answer : SSL can be a beast sometimes when you've compiled Apache from scratch. There are a LOT of things that could be causing it, but most likely its something simple. I have to ask, did you ... entry, otherwise I think it reverts to the self-signed cert you may have created when creating your CSR.

Description : Collaborative learning solution/platform for an industry association?

Last Answer : You may want to look into Adobe’s corporate conferencing solution (formerly Macromedia Breeze)...don’t have the link handy but youvcan probably find them at adobe.com Also there may be some ideas with stickam.com

Description : How can I get Apache to accept a domain with an umlaut in a virtual host?

Last Answer : In case anyone was following this or finds it through google, etc, the problem was how I wrote the domain name in the virtual host. I needed to use ‘Puny Encoding’ – https://portal.ascio.com/idnconvert/idnconvert.aspx

Description : A good apache server like xampp or wampserver? are there others, right?

Last Answer : I use Acquia stack for Drupal installations. It’s a pretty complete stack, but not as complete as XAMPP. Yet it’s easier to set up new projects with it because it has an easy set up and configuration wizard. You could set it up and use it only as a server.

Description : With wikis, Google Spreadsheets, and other online collaborative processes, which do you prefer as a useful substitute to e-mail?

Last Answer : answer:It depends on the situation. I use a modified version of each. I use Google Spreadsheets now with the online form creation for easy q&a development. I can make a form and the system autopopulates ... Docs, Wikis, and sites like Diigo where we can share and annotate on each other's work.

Description : types of international collaborative ventures?

Last Answer : playwrights

Description : How popular is Apache spark?

Last Answer : Apache spark is a unified engine for big data processing. It is just like Hadoop Mapreduce. It is neither a language or a DB.

Description : How do you transform a theme statement into a question to use in collaborative discussion?

Last Answer : Need answer