Recent Posts by Manuel
|
Apr 30, 2008
|
Topic: RubyStack & JRubyStack / any chance to get git on rubystack? Hi acamargo, You’re right! git is making a lot of noise in the Rails community. We are going to release an updated version of RubyStack soon and git is an very important candidate for being added. |
|
Apr 28, 2008
|
Topic: RubyStack & JRubyStack / rails: command not found Hi again,
This usually means that MySQL couldn’t start for some reason. Did you get that error during the installation? If so, can you send us to manuel {at} bitnami.org a copy of the installation log? It should be located at /tmp/bitrock_*.log, but remember that the content of /tmp is deleted each time you boot your computer. cheers Manuel |
|
Apr 27, 2008
|
Topic: RubyStack & JRubyStack / rails: command not found Hi alinuxBN, In order to use any RubyStack program you should load its environment variables. It is done running the script “rubyconsole”, located on the RubyStack’s install directory.
Let us know if it didn’t work for you. cheers |
|
Apr 25, 2008
|
Topic: RubyStack & JRubyStack / project got created on my d:\drive, cannot start server - cannot connect to sample application Hi Clauder, Due some Windows’ permission conflicts, the sample Rails project is created inside your personal directory. It doesn’t matter if you install RubyStack on C:, if your Windows’ personal dir is on D:, the Rails project will be created on D:. However, there is no reason for the application for not to start correctly. Can you post the error message you get when you try to run “script/server”? On the other hand, you can create another Rails project where you want. Just chdir to that location and run “rails my-app-name”, a new application will be created there. Just copy the config/database.yml file from the sample project to the new one so it can use the RubyStack-created databases. hope this clarify your issue cheers |
|
Apr 25, 2008
|
Topic: Stacks suggestions / PHPMotion Hi jakim, Your suggestion is welcome. Here is the link to the project: http://bitnami.org/product/phpmotion. cheers |
|
Apr 24, 2008
|
Topic: General / Install/Run Problem on Windows XP Hi Hugh, Thanks for letting us know. We will take a look at the issue and let you know when the problem is solved. Cheers |
|
Apr 23, 2008
|
Topic: Stacks suggestions / New Suggestions Hi Ripley, thanks for the suggestion. I agree with you and I’m glad to hear somebody asking for it. If you want you can vote for Gallery 2 here: http://bitnami.org/product/gallery2 cheers |
|
Apr 11, 2008
|
Topic: Tracks / BitNami Tracks Stack: BitRock Installbuilder for Windows problem Hi Brian, Thank you for reporting the problem. In order to solve it, can you provide us more information about it? It would be perfect if you can mail us the installation log to manuel@bitnami.org, which is located at:
What happens when you try to log in? What error message do you get? kind regards |
|
Apr 8, 2008
|
Topic: General / Uninstall Tracks on Vista Home Premium Hi again sonny, Maybe the “error 5” message you are getting is a Vista message telling you that you do not have enough permissions to remove services. Can you try to issue the same command from an console run as administrator. I think you can achieve the same result pressing ctrl+shit+enter instead of just enter inside the RUN dialog. cheers |
|
Apr 8, 2008
|
Topic: Tracks / Error Message - Apache Hi again samirello, Both Apache services cannot be run at the same time if both are listening at the same port. Try to stop all tracs* services and then launch just the new Tracks’ services. You can do that with the links inside the Start Menu. Can you tell me if that make Tracks work for you? thanks Manuel |
|
Apr 7, 2008
|
Topic: Tracks / Error Message - Apache Hi lstvan, Can you help us to reproduce the problem?
thanks in advance |
|
Apr 7, 2008
|
Topic: General / Uninstall Tracks on Vista Home Premium Hi sonny, The reason you cannot is probably that you have BitNami Tracks services running. Those services are launched during the installation and won’t let you delete some files while running. You can try to uninstall them running the following in a command line window:
assuming that you installed Tracks on that folder, of course. Let us know if doesn’t work for you. About capturing the error, you can mail us the installation log to manuel@bitnami.org, it is usually named like this:
Thanks for helping us to build a better project. |
|
Apr 6, 2008
|
Topic: Stacks suggestions / New Suggestions Hi everyone, Sorry for the delay. We’ve added the following to our catalog: http://bitnami.org/product/mindquarry People can vote for them now. We tend to give priority to the projects that have the highest votes. Thanks for you suggestions! |
|
Apr 3, 2008
|
Topic: Tracks / Adding Users The just released version (1.5-1) fixes the bug. Thanks for reporting it. |
|
Apr 3, 2008
|
Topic: Tracks / Adding Users Hi guhan.ramanan, I seems that you found a bug on Tracks Stack 1.5-0. The default user created during the installation has no Admin privileges. We are working on releasing a fix ASAP. If you don’t want to wait or uninstall your existent Tracks Stack you can fix the problem running the following within a console:
That will create an admin user called MyUser and password MyPass. Sorry for the inconvenience. cheers, Manuel |
|
Apr 2, 2008
|
Topic: Tracks / Mac OS 10.5: Where's the double-clickable icon? Hi Nunud! Thanks for all the compliments. In order to run Tracks you should open a terminal and run the following:
We are constantly working on improving our stacks, if you have any suggestions just let us know. cheers! |
|
Mar 25, 2008
|
Topic: General / Running As Service - Tracks Hi snafilter, If you install a RubyStack service like that it won’t work because the Windows service will override the environment variables set by “user_ruby.bat”. I suggest you to try our ready-made Tracks stack http://bitnami.org/stack/tracks. Or you can try to fix the problem yourself adding to the top of your tracks “config/environment.rb” file something similar to the following: ENV['PATH'] = ENV['PATH'] + 'C:\Program Files\BitNami RubyStack\imagemagick;C:\Program Files\BitNami RubyStack\ruby\bin;C:\Program Files\BitNami RubyStack\subversion\bin;C:\Program Files\BitNami RubyStack\mysql\bin;%PATH%'You should also ensure that MySQL service is running before launching Mogrel service. Hope this helps . Manuel |
|
Mar 19, 2008
|
Topic: General / Problem installing Hi dfriestedt, We think we’ve found the cause of the problem, the next release will fix it. Meanwhile you can try to install this release candidate if you want: http://bitnami.org/files/stacks/mediawiki/bitnami-mediawiki-1.11.0-10-linux-installer-fedora-fix.bin Let us know it works for you. regards Manuel |
|
Mar 12, 2008
|
Topic: RubyStack & JRubyStack / new user RubyStack Hi, If you launched your app with regards |
|
Mar 11, 2008
|
Topic: RubyStack & JRubyStack / [linux] [jrubystack] error when stopping Hi rob99, The path /opt/mypath/apache-tomcat-5.5.23 doesn’t correspond with a typical BitNami path for Tomcat. Did you manually set the CATALINA_HOME path or added/modified something in the stack? |
|
Mar 11, 2008
|
Topic: RubyStack & JRubyStack / [linux] [jrubystack] error when stopping Hi rob99, Did you installed the stack as root? Are you running the stack as root or normal user? BitNami stacks installed as root should be started as root too. If you want to have your stack installed under ”/opt/mypath” and run it as normal user you can create that path manually as root and them give the normal user write permissions to it. If this is not your case let us know what is it. regards |
|
Mar 10, 2008
|
Topic: RubyStack & JRubyStack / ri not working? Hi again, Can you run the following commands just before trying to run
Thanks rob99 |
|
Mar 10, 2008
|
Topic: Stacks suggestions / Chipmark Bookmark Hi, Just a quick note to let you now that Chipmark is now in our the catalog: http://bitnami.org/product/chipmark cheers |
|
Mar 10, 2008
|
Topic: RubyStack & JRubyStack / ri not working? Hi rob99, We’ve trying to reproduce your problem without success. But you can try to install the
Remember that |
|
Mar 10, 2008
|
Topic: Stacks suggestions / Claros inTouch 2.2 Hi torusturtle, Claros inTouch is in our catalog now: http://bitnami.org/product/claros_intouch. People can now vote for it. Thanks for the suggestion! |
