I recently downloaded and installed several open source applications from bitnami :
Drupal
Joomla
MediaWiki
LifeRay
I am thinking of using it for my personal productivity usage but i cant really think of much use.
How are you all using these open source applciation for productivity or development purpose?
...
Ok, this will be a long question.
I'm trying to get something up and running on my university account. We have a public_html folder that we can use as web space to host anything we want there.
I've installed Bitnami lamp stack in the public_html folder (probably not the best idea, security-wise, but I'm only going to test this applica...
I've been having some odd issues with BitNami, especially when trying to deploy it on a system that already has a Rails stack elsewhere. I'd like to know what the alternatives are (if any) for easy deployment like the stacks BitNami offers. If nothing else, it'll just be neat to shop around. :)
...
I am looking to set up a Redmine server on a Windows virtual machine on my local workstation. (Background in this related question.)
I have zero knowledge of Ruby nor Rails, and while Redmine may be the opportunity to dip into those platforms somewhat, my first goal is to get it running as quickly and easily as possible. For that, I am...
I'm facing some problems after installing Trac on my Windows 7 Ultimate 64bits using BitNami.
The Issues are:
Subversion Control
During the installation process, when the BitNami setup asks for the project repository directory, it only accept if you write a path that doesn't exist, otherwise you can't continue. So i got forced to point...
I have Bitnami Rails stack installed on my Mac. To better explain my problem i created a simple scaffold based rails app with mysql as the backend. I can get to perform simple POST and GET requests for a while and after a few requests the app just hangs indefinitely. No exception caught or anything worthwhile in the development log to re...
I use Rubystack with two windows open: ruby script/console and ruby script/server.
Sometimes, the script/server window shows nothing as I navigate through my pages. Other times, it shows me everything that's going on - what queries are being generated, what parameters are being passed, etc. I really wish it would do the latter consisten...
Hi folks.
Beating my head against a wall here for a day trying to get post commit hooks work so I can add refs/ close tickets in trac from an SVN commit.
I used the bitnami trac stack to install and am fairly happy with the way its setup.
Every commit though gives the error
svn: MERGE of "/svn/Project": 200 OK (http://10.0.0.204)
...
Hi Guys,
I have created a lamp bitnami server on Amazon. I was wondering how to enable mod_rewrite on it?
This is the server that I have http://bitnami.org/stack/lampstack
I have tried installing "sudo apt-get install apache2.2-common"
then running "sudo a2enmod rewrite" and then editing "/etc/apache2/sites-available/default" and ma...