This forum is no longer active. Please post your questions to our new community site
Recent Posts by danoo
Pages: « Previous 1 2 3 Next »
|
11 Jul, 2011 12:13 PM
|
Topic: General / postgresql template -> rollback Hi, The stack initialization has failed. The AWS Cloud Formation does not have parameters validation. Did you change any of the parameters like login/password/instance type/ssh key pair? Do you have SSH Key Pair called ‘default’? Danoo |
|
17 Jun, 2011 02:49 PM
|
Topic: WordPress / WordPress https/ssl Hi, > Has anybody had experience with using a wildcard certificate with Bitnami/Apache? I think the best option is to ask Comodo support about the Apache configuration for the SSL certificate you have. Please let us know once you figure it out. Thanks. |
|
15 Jun, 2011 01:16 PM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / wordpress install fails with ami-7c2bd615 Hi, The BitNami Cloud Hosting issues with elastic IP addresses was fixed. Please let us know if it works for you now. We apologize for any inconvenience. Regards, |
|
15 Jun, 2011 01:15 PM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / Moodle 2.0 AMI with EBS - No apps available issue Hi, The BitNami Cloud Hosting issues with elastic IP addresses was fixed. Please let us know if it works for you now. Regards, |
|
07 Jun, 2011 04:32 PM
|
Topic: Redmine / Redmine Document Interface I think it should go to Redmine team as it is the application specific feature request. Danoo |
|
07 Jun, 2011 02:45 PM
|
Topic: Redmine / installing Wordpress on top of redmine Hi, > Any online instructions on how to install another wordpress stack and open up the port? Sorry, pretty new to server thing. Please follow the steps below: - make it executable - then launch the installer and follow the instructions. You will be asked to select different Apache/MySQL ports if the default ones are already taken. You can find more info in the BitNami wiki http://wiki.bitnami.org/Applications/BitNami_Wo… and in the README file: Danoo |
|
07 Jun, 2011 02:37 PM
|
Topic: WordPress / WordPress https/ssl Hi, Can you please check Comodo support page, you may find this article useful: https://support.comodo.com/index.php?_m=knowled… Assuming you have your files in the /opt/bitnami/apache2/conf/ directory, change the Apache configuration to have the following and restart httpd server SSLCertificateFile /opt/bitnami/apache2/conf/yourDOMAINNAME.crt SSLCertificateKeyFile /opt/bitnami/apache2/conf/private.key SSLCertificateChainFile /opt/bitnami/apache2/conf/yourSERVERNAME.ca-bundleLet us know if the above works for you. |
|
07 Jun, 2011 02:26 PM
|
Topic: Redmine / Upgrading to Redmine 1.2 on an older stack Hi mjmon, Wouldn’t it be easier to download BitNami Redmine VM 1.2.0, do the mysqldump of the 1.0.1 version and copy it to the new virtual machine? |
|
06 Jun, 2011 10:44 PM
|
Topic: WAMPStack / Wrong text on WAMP package Hi, I am sorry the WAMP stack description confused you. I think we wrote about PostgreSQL just because currently it is possible to install BitNami PostgreSQL module on top of the base stack: http://bitnami.org/stack/postgresql This way you get both databases in place. Danoo |
|
06 Jun, 2011 10:39 PM
|
Topic: General / Difficult to understand at first for installing and finding information Hi, I am sorry you had problems getting BitNami to work. We understand the documentation, good and clear explanation is crucial here, however it takes time. We started recently wiki.bitnami.org to improve it. Thanks a lot for your detailed feedback, it will help us to improve the BitNami web page. Danoo |
|
06 Jun, 2011 10:21 PM
|
Topic: Redmine / installing Wordpress on top of redmine Hi, Installing just the PHP component is not supported currently. You could install the whole BitNami WordPress stack in another location, but then you would have 2 Apache servers and 2 MySQL services running at the same time on different ports. Danoo |
|
06 Jun, 2011 10:15 PM
|
Topic: DjangoStack / 64 bit AMI Hi, Currently we support only 32bits BitNami AMIs. You have two options: Danoo |
|
06 Jun, 2011 05:05 PM
|
Topic: Redmine / installing Wordpress on top of redmine Hi, The Redmine AMI does not have PHP installed by default. If possible you could start RubyStack AMI instance and then install Redmine and WordPress modules on top of it. You can find the simple explanation how to do it in the BitNami Cloud Hosting wiki: http://wiki.bitnami.org/BitNami_Hosting/FAQ#Add… Danoo |
|
06 Jun, 2011 11:45 AM
|
Topic: Redmine / Upgrading to Redmine 1.2 on an older stack Hi, > 1) The migrate task is on the ‘NEW’ Bitnami install, as in I would install the new redmine stack (on Can you please check this tutorial: > 2) This will be on Windows 2008. I can install a complete new stack on that same machine? And once I You can always install the latest version in another directory and change the http port later in the C:\Program Files\BitNami Redmine Stack Latest\apache2\conf\httpd.conf file. Please let us know if the above answers your questions. |
|
06 Jun, 2011 11:40 AM
|
Topic: Redmine / Bitnami Redmine VM Ubuntu Hi, Can you please check the /opt/bitnami/apps/redmine/log/production.log and make sure your issues “have a start date and a due date or are assigned to a version with a date”: http://www.redmine.org/projects/redmine/wiki/Re… Danoo |
|
19 Apr, 2011 04:47 PM
|
Topic: Alfresco / VM: Ubuntu kernel used is missing NFS modules Hi, Can you please try to upgrade your system and reboot it later: $ sudo su - It will install the new kernel version 2.6.35-28. Regards, |
|
05 Apr, 2011 10:24 AM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / how can i keep mysql service running? Hi, Can you give us some details about the free disk space and memory usage? Please execute the following: $ df -h I use the following config. Please paste it in [mysqld] section of my.cnf file, remove old entries and restart the mysql. query_cache_limit=2M You can confirm if all the settings are ok executing the following in the mysql console mysql> show variables like ‘innodb_buffer_pool%’; Danoo |
|
01 Dec, 2010 09:47 AM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / how to install ec2 tools? “Make sure you have multiverse enabled” (EC2StartersGuide) Try to add the following lines to /etc/apt/sources.list (it is an example for us-east zone): deb http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ lucid multiverse and then $ sudo apt-get update |
|
12 Oct, 2010 04:34 PM
|
Topic: Redmine / How to debug Redmine in bitnami stack First thing I would recommend is to start Redmine in the development mode:
$ cd apps/redmine $ /opt/rubystack-2.1-0/ruby/bin/mongrel_rails start --prefix /redmine -p 3001 -P tmp/pids/mongrel.3001.pid -l log/mongrel.3001.log If you want to add some traces in the plugin controller just insert the following line: logger.debug @plugin_object Then you can check your log file: $ tail -f apps/redmine/log/development.log I hope it will help you. |
|
02 Oct, 2010 01:35 AM
|
Topic: General / my post in stacksuggestion is gone? Hi, your posts include http links that is why they were not shown at once – it is our spam protection. I have published them a minute ago. btw. You mention Nginx. Just wanted to let you know it is already included in RubyStack. Cheers |
|
28 Sep, 2010 09:46 AM
|
Topic: RubyStack & JRubyStack / Bundler Hi, Can you please check the output of the following command: $ find /rubystack-dir/ruby -name “*.bundle” | xargs file| grep bcrypt I think we know what can be the problem. The bundler compiled the gems for x64 architecture. If it is the case, then please try to uninstall all the gems built previously for x64 and then execute the ‘bundle install’ command in the following way: $ CONFIGURE_ARGS=“—with-cflags=‘-m32’ —with-ldflags=‘-m32’” bundle install I hope it will help. |
|
23 Sep, 2010 03:01 PM
|
Topic: RubyStack & JRubyStack / Bundler Hi, I am not sure what can be the problem, it works on my side. Please take a look below: - Tested on 2 machines: - $./rubyconsole … Any ideas ? |
|
22 Sep, 2010 08:25 PM
|
Topic: RubyStack & JRubyStack / Bundler can you please give us more details ? What is your OS X version / architecture ? |
|
17 Sep, 2010 04:31 PM
|
Topic: General / Apache Update Thanks for info! |
|
17 Sep, 2010 04:30 PM
|
Topic: WAMPStack / 403 Error when try to acces http://localhost You can post DocumentRoot/Directory parts of your httpd.conf file here and maybe double check D:/MyWebs directory access rights. |
|
09 Sep, 2010 10:05 AM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / high load w/ bitnami redmine lucid ami Hi, it is rather Ruby/Redmine issue. Though the application is usable and I can’t see any problems using that. Danoo |
|
07 Sep, 2010 09:01 AM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / DNS subdomain to AWS subfolder Dayst, I think this solution should work on the cloud machine too. I don’t understand why it should not ? It is just a Linux box. Do I miss anything here ? |
|
30 Aug, 2010 11:06 AM
|
Topic: RubyStack & JRubyStack / Rails 3.0 released ! Hi Guys ! As you probably know, the new Rails 3.0 is ready. We will release the new version of RubyStack soon which will include it. If you want to try the latest Rails features now together with already installed RubyStack 2.1.0, then you can find the details below:
Please make sure you specify “—no-ri —no-rdoc” parameters when installing Rails, otherwise you may get the error “File not found: lib”. We are waiting for your feedback about RubyStack. If you have any specific feature/update requests, what you would like to see in the next RubyStack version, please let us know. |
|
30 Aug, 2010 08:09 AM
|
Topic: Redmine / How to activate ssl / Security Thanks for sharing that with us ! Danoo |
|
27 Aug, 2010 07:12 AM
|
Topic: Cloud (Amazon AWS & BitNami Cloud Hosting) / Amazon EBS instance Hi Brian, You can find the list of AMI ids on this page http://uec-images.ubuntu.com/releases/10.04/rel… . Danoo |

