This forum is no longer active. Please post your questions to our new community site

Recent Posts by danoo

Subscribe to Recent Posts by danoo 81 post(s) found

Pages: « Previous 1 3

11 Jul, 2011 12:13 PM
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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,
Danoo

 
15 Jun, 2011 01:15 PM
Avatar danoo 81 post(s)

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,
Danoo

 
07 Jun, 2011 04:32 PM
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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:
- connect (ssh) to your machine http://wiki.bitnami.org/cloud/how_to_connect_to…
- download the chosen stack
$ wget http://bitnami.org/files/stacks/wordpress/3.1.3…

- make it executable
$ chmod a+x bitnami-wordpress-3.1.3-0-linux-installer.bin

- 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 install it as root:
$ sudo ./bitnami-wordpress-3.1.3-0-linux-installer.bin
or as ‘bitnami’ user:
$ ./bitnami-wordpress-3.1.3-0-linux-installer.bin

You can find more info in the BitNami wiki http://wiki.bitnami.org/Applications/BitNami_Wo… and in the README file:
http://bitnami.org/files/stacks/wordpress/3.1.3…

Danoo

 
07 Jun, 2011 02:37 PM
Avatar danoo 81 post(s)

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-bundle

Let us know if the above works for you.
Danoo

 
07 Jun, 2011 02:26 PM
Avatar danoo 81 post(s)

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?
About the error you got, can you please send us /tmp/bitrock_installer_*.log file? I assume you have enough free disk space?
Danoo

 
06 Jun, 2011 10:44 PM
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

Topic: DjangoStack / 64 bit AMI

Hi,

Currently we support only 32bits BitNami AMIs. You have two options:
- we offer 64 bit AMIs via the BitNami Cloud Hosting platform, you can find more details at bitnami.org/cloud
- you can also try to launch clean AWS instance, upload the chosen BitNami stack and install it manually. The 32 bits BitNami stack will work fine on 64 bits system assuming you have 32bit compatibility libraries installed (in most cases it is by default).

Danoo

 
06 Jun, 2011 05:05 PM
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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
> another port), then import my DB, then run the migrate, then be good to go? Any documentation/walk-
> through on this?

Can you please check this tutorial:
http://bitnami.org/article/how-to-backup-and-up…

> 2) This will be on Windows 2008. I can install a complete new stack on that same machine? And once I
> have the migration from our old to new, can I uninstall the old (how does it know which one to remove),
> and then tell the ‘new’ one to use port 8080 again?

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.
Danoo

 
06 Jun, 2011 11:40 AM
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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 -
$ apt-get update
$ dist-upgrade
$ reboot

It will install the new kernel version 2.6.35-28.

Regards,
Danoo

 
05 Apr, 2011 10:24 AM
Avatar danoo 81 post(s)

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
$ free

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
query_cache_type=1
query_cache_size=8M
innodb_additional_mem_pool_size=8M
innodb_buffer_pool_size=16M

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
Avatar danoo 81 post(s)

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
deb-src http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

and then

$ sudo apt-get update
$ sudo apt-get install ec2-api-tools
$ ec2-version
1.3-46266 2009-11-30

 
12 Oct, 2010 04:34 PM
Avatar danoo 81 post(s)

Topic: Redmine / How to debug Redmine in bitnami stack

First thing I would recommend is to start Redmine in the development mode:

  • stop the mongrel
  • modify config/development.yml so the development database settings are the same as in production. If you want, you can also execute migrations for a separate development db.
  • start the mongrel 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.
Cheers
Danoo

 
02 Oct, 2010 01:35 AM
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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.
Danoo

 
23 Sep, 2010 03:01 PM
Avatar danoo 81 post(s)

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:
Darwin computer.local 8.5.3 Darwin Kernel Version 8.5.3: Fri Feb 17 15:59:40 PST 2006; root:xnu-792.9.11.obj~1/RELEASE_I386 i386 i386
Darwin Mac-mini-2.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386

- $./rubyconsole
- Updated RubyStack 2.1.0 rails to 3.0.0 and created a new sample project
$ gem install rails —no-ri —no-rdoc
$ rails new sample
- Added some gems to Gemfile
- … and everything was installed ok with bundle install (bcrypt-ruby, ffi, rubydebug, unicorn etc.)
Installing bcrypt-ruby (2.1.2) with native extensions
Installing linecache (0.43) with native extensions
Installing nokogiri (1.4.3.1) with native extensions
Installing ruby-debug-base (0.10.3) with native extensions
Installing unicorn (1.1.3) with native extensions
Installing ffi (0.6.3) with native extensions

Any ideas ?
Danoo

 
22 Sep, 2010 08:25 PM
Avatar danoo 81 post(s)

Topic: RubyStack & JRubyStack / Bundler

can you please give us more details ? What is your OS X version / architecture ?

 
17 Sep, 2010 04:31 PM
Avatar danoo 81 post(s)

Topic: General / Apache Update

Thanks for info!

 
17 Sep, 2010 04:30 PM
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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
Avatar danoo 81 post(s)

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.
I would do the following to achieve the above:
1. start the instance and assign elastic IP
2. ssh to the machine, change the apache configuration (rewrite rules)
3. Restart the service:
$ /opt/bitnami/ctlscript.sh restart apache

Do I miss anything here ?
Danoo

 
30 Aug, 2010 11:06 AM
Avatar danoo 81 post(s)

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:


$ ./rubyconsole
$ gem install rails --version 3.0.0 --no-ri --no-rdoc
$ rails --version 
Rails 3.0.0

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
Avatar danoo 81 post(s)

Topic: Redmine / How to activate ssl / Security

Thanks for sharing that with us !

Danoo

 
27 Aug, 2010 07:12 AM
Avatar danoo 81 post(s)

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

Next Page

Pages: « Previous 1 3