This forum is no longer active. Please post your questions to our new community site
Recent Posts by carlos
Pages: « Previous 1 2 3 4 5 Next »
|
10 Feb, 2011 11:34 AM
|
Topic: General / Problems logging into bitnami forums Hi pizzwah, We have reset “smorloc” password, you should receive an email with subject “[BitNami.org] Your account password has been reset” that includes your new credentials. The account was never activated and that was the reason why you were not able to reset your password. Please let us know if you don’t get the email or you are not able to login. |
|
21 Jan, 2011 10:14 AM
|
Topic: Tracks / Version 1.72 Update ETA? Hi concept, You were right, they weren’t available. Tracks images weren’t made public during our build process. You should be able to find them now. Thanks for letting us know! |
|
10 Jan, 2011 02:28 PM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / Slow Wordpress EC2 Hi, Micro instance is usually enough for hosting Wordpress application. However, it may have load problems from time to time. You may try resizing your instance to “small”:
I hope it helps |
|
10 Jan, 2011 09:27 AM
|
Topic: General / Firefox can't establish a connection to the server at localhost:8080 Hi johanna, I answered mauradillon here You can also use our control panel in OS X in case you don’t want to use the command line as it is described in the link beltran has mentioned above. |
|
08 Jan, 2011 11:30 AM
|
Topic: SugarCRM / Username/Password combo doesn't work Hi, The default login to the machine is different from the application credentials. You should use: user: "bitnami" pass: "bitnami" And you will be asked to change it on first login, as it is described here in “How to log into the BitNami Virtual Machine?” I hope it helps |
|
08 Jan, 2011 11:04 AM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / phpmyadmin 404 Hi, phpMyAdmin is only accessible from the instance itself, that is why the link points to localhost. This post may be useful for you: http://bitnami.org/forums/forums/bitnami-cloud/… Cheers |
|
07 Jan, 2011 02:30 PM
|
Topic: Redmine / Lost Redmine adminstrator password Hi, You may be able to reset the password from rails console. First open a terminal and load the stack environment. If you are in Windows you can use the shortcut “use redmine” in start menu. If you are on Linux/Mac open a terminal and run:
Then, open rails console by running:
Once in the console, just run the following Ruby code:
After running this you should be able to login with “newpassword” I hope it helps |
|
06 Jan, 2011 11:52 PM
|
Topic: WordPress / UNABLE TO CONNECT ? Hi, A terminal is an application which allows you to execute orders. Basically you write what you want to do and when you click “intro” key it gets executed. To start the server you only need to:
/Applications/wordpress-3.0.3-0/ctlscript.sh start
I hope it helps |
|
05 Jan, 2011 04:29 PM
|
Topic: General / Firefox can't establish a connection to the server at localhost:8080 Hi mauradillon, Which platform are you using Windows, Linux, Mac? |
|
05 Jan, 2011 02:57 PM
|
Topic: WordPress / How do I log into phpmyadmin? I have replied here |
|
05 Jan, 2011 02:51 PM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / Can't Access PHPMyAdmin Hi, Most of the configuration steps are applicable on both virtual machines and ec2 images because the file structure is similar. By default phpMyAdmin is restricted to localhost. If you want it to be accessible from anywhere you should follow the steps described in “How to enable phpMyAdmin or phpPgAdmin?” in virtual machines FAQ:
Alternatively, if you want to keep it only accessible from localhost. You should create a SSH tunnel to the port 80 instead. This can be done as follows in Unix systems:
or with Putty on Windows using source port 8888 and destination 127.0.0.1:80. Once done it will be accessible at http://localhost:8888/phpmyadmin while the tunnel is opened. I hope it helps |
|
04 Jan, 2011 01:26 PM
|
Topic: Redmine / Upgrading Redmine From 1.0.1 to 1.0.4 Hi, You can find the steps to do the upgrade in this article: http://bitnami.org/article/how-to-backup-and-up… Let us know if you find any issues |
|
04 Jan, 2011 12:51 PM
|
Topic: Subversion / Server Socket Hi, You can change the port where SVN is listening changing the ‘—listen-port’ option in start up scripts. On Unix systems, replace the value 3690 inside ${installdir}/subversion/scripts/ctl.sh:
and then restart the server running:
On Windows, you need to change the value in this line inside ${installdir}\subversion\scripts\serviceinstall.bat:
and then reinstall the service. You can do this using the script from the command line:
I hope it helps |
|
04 Jan, 2011 09:56 AM
|
Topic: Stacks suggestions / OLAT Hi technetgr, Thank you for your suggestion. We have included the project to our poll, you can vote for it here |
|
03 Jan, 2011 05:22 PM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / Change to 'root' user in current session of WinSCP? Hi Dave, Login as ‘root’ user directly is disabled in our images. You may try one of the following:
Let us know if it works for you |
|
03 Jan, 2011 04:52 PM
|
Topic: Tracks / Upgrading a Virtual Installation and Keeping My Data I’m glad to hear you were able to fix it. Thanks for posting the solution. This will help other bitnami users. |
|
03 Jan, 2011 04:37 PM
|
Topic: WordPress / Just starting with bitnami and w.p. Hi LG, Your IP or domain is required by Wordpress application in order to fetch the resources from the appropriate machine. By default it is configured with your local IP so you can use the application in your local network. It is safe to leave that value. In case you want to make the stack available outside your local network, you should replace that value with your public ip or your domain. This article may be useful for you http://bitnami.org/article/how-to-install-and-m… I hope it helps |
|
03 Jan, 2011 04:17 PM
|
Topic: LAMPStack / LAMPStack installation in Fedora 14 Hi, Could you give us more details about what kind of errors did you get? |
|
03 Jan, 2011 04:10 PM
|
Hi, You can change the port modifying Apache configuration. Open “${installdir}/apache2/conf/httpd.conf” and edit the numeric value in the line containing “Listen” directive:
Once changed, restart apache using shortcuts in Windows or running this on Unix systems:
|
|
08 Oct, 2010 05:11 PM
|
Topic: WAMPStack / Shared Host IP with Bitnami WAMP Stack and Multiple App Modules. You may try something like this for each module. Adding something similar to this in httpd.conf:
|
|
17 Sep, 2010 02:16 PM
|
Topic: Alfresco / How to get stacks with Alfresco previous releases ? Hi Roberto, Which version are you interested in? And which platform? |
|
06 Sep, 2010 01:26 PM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / DNS subdomain to AWS subfolder Hi dayst, The easiest way may be adding a rewrite rule in Apache configuration based on hostname. You just need to add these lines at the end of /opt/bitnami/apache2/conf/httpd.conf
I hope it helps |
|
13 Aug, 2010 10:11 AM
|
Topic: RubyStack & JRubyStack / Error installing sqlite3-ruby Do you require latest gem version (1.3.1) ? If it fits your needs, I would recommend using the previous one (1.3.0) which supports the sqlite version included in rubystack 2.1:
Otherwise you may try to download and compile sqlite manually before installing the gem:
Let us know if you find any issues |
|
13 Aug, 2010 08:34 AM
|
Topic: RubyStack & JRubyStack / Error installing sqlite3-ruby Hi, RubyStack 2.1-0 already includes version 1.2.5 of sqlite3-ruby gem. In case you need to install a different version, you should specify where sqlite3 files are located:
I hope it helps |
|
12 Aug, 2010 03:51 PM
|
Hi swhitley, Do you get any error message when trying to send the email? |
|
12 Aug, 2010 03:49 PM
|
Topic: General / Q:how to install modules that require different stacks? Hi, RubyStack supports both PHP and Ruby modules. If you want to share Apache and MySQL, you should install RubyStack first and then DokuWiki, Redmine or any other BitNami Modules on top of it. Regards |
|
12 Aug, 2010 03:18 PM
|
Topic: Stacks suggestions / TeamBox and PlanCake Hi, Thanks for the suggestions. You can vote for them here: Regards |
|
12 Aug, 2010 12:53 PM
|
Topic: Tracks / Tracks VMWare stack Hi, You can do this modifying apache configuration file: /opt/bitnami/apache2/conf/httpd.conf Just replace the following line with the number where you want Apache to be running
Then, restart the server running:
You may need to open the new port in the firewall as well. You can follow the steps described in “How to configure the Firewall?” in our FAQ: http://bitnami.org/faq/virtual_machines I hope it helps |
|
08 Jul, 2010 08:19 AM
|
Topic: WAMPStack / MySql Error after install Hi, Could you tell us which Windows version are you using? |
|
07 Jul, 2010 05:26 PM
|
Topic: Redmine / how to change path directory for \redmine\files Hi, You may try to do it first on a clean installation in a machine with a similar environment. You should first move the folder to the new location and then use mklink to generate the symbolic link. Depending on your Windows version this command may not work at all, you can find more info here |

