Recent Posts by antonio

Subscribe to Recent Posts by antonio 485 post(s) found

Pages: 1 2 3 4 5 6 7 8 9 10 11 ... 20

Nov 19, 2008
Avatar antonio 485 post(s)

Topic: MediaWiki / Creating admin accounts

Hi Jordy,

We only package the application, so we are not really experts and don’t know exactly how to do it either. You should ask in the Mediawiki official site

Cheers

 
Nov 17, 2008
Avatar antonio 485 post(s)

Topic: General / changing default port to :80

I mean installing the stack as the computer administrator. From the Terminal, execute the installer by prefixing the command with sudo, like:

sudo ./bitnami-mampstack-1.0-beta-4-osx-x86-installer.app/Contents/MacOS/installbuilder.sh

and then you will be prompted to enter your machine admin password.

Cheers

 
Nov 14, 2008
Avatar antonio 485 post(s)

Topic: General / changing default port to :80

Hi,

You will need to install the stack as root / administrator and then the port 80 will be selected by default, unless we are talking about a Java application, because Tomcat default port is 8080 indeed.

Cheers

 
Nov 14, 2008
Avatar antonio 485 post(s)

Topic: Joomla! / Problems Using Apache mod_rewrite

Great! Thanks Greg

Cheers

 
Nov 13, 2008
Avatar antonio 485 post(s)

Topic: BitNami en español / Plugin redmine

Muchas gracias por la información jhony

 
Nov 13, 2008
Avatar antonio 485 post(s)

Topic: BitNami en español / ¿Script inmodificable?

Hola,

Poco a poco lo sacaremos :) El usuario ‘bn_joomla’ no utiliza la contraseña especificada durante la instalación, sino una que se genera automáticamente. Ahora mismo no tengo acceso al código, luego te digo de dónde puedes obtener dicha contraseña.

Espero que cuando termines con Pligg escribas una buena guía para el resto :D Nosotros nos encargamos de la traducción al inglés si quieres ;)

Un saludo

 
Nov 12, 2008
Avatar antonio 485 post(s)

Topic: General / Default PW for PHPmyadmin?

Hi,

Beltrán already answered you in your previous post :)

Cheers

 
Nov 12, 2008
Avatar antonio 485 post(s)

Topic: BitNami en español / Instalar Pligg

Hola,

¿Has reiniciado los servidores?

Un saludo

 
Nov 12, 2008
Avatar antonio 485 post(s)

Topic: General / Displaying the name in LDAP

Hi,

I am afraid that I don’t know the answer to your question, maybe you should try the official Redmine forums instead :S

Cheers

 
Nov 12, 2008
Avatar antonio 485 post(s)

Topic: eZ Publish / change base character encoding

Hi Darek,

At the moment it is not possible to run the EzPublish wizard, the aim of BitNami is to make it easy the installation to the end user, and a lot of people get confused talking about databases and connections :) That said, it would be possible to enable an “expert” option during the installation and not bypass the wizard. Anyway, we can’t make a promise on when that could be done, as there are lots of things that we still need to do.

Cheers

 
Nov 11, 2008
Avatar antonio 485 post(s)

Topic: Alfresco / trying to copy my sql database

Hi kristof,

Add to that line of code

-S ../tmp/mysql.sock

and it should work now. You just found a bug! :) We will try to fix it for the next release, thanks for reporting.

Cheers

 
Nov 11, 2008
Avatar antonio 485 post(s)

Topic: General / New to Bitnami and Ruby and need help

Hi,

Load the environment variables by calling the ‘use_rubystack’ script and then type

gem install sqlite3

Tell us if it works!

Cheers

 
Nov 11, 2008
Avatar antonio 485 post(s)

Topic: General / Displaying the name in LDAP

Hi ceasar,

I’m a little lost here. What application are we talking about? We do not support LDAP on BitNami yet…

Cheers

 
Nov 11, 2008
Avatar antonio 485 post(s)

Topic: Redmine / Redmin Stack install problem

No, it does not include a bash executable. Are you trying to install from Cygwin, or just on a machine that has Cygwin installed?

Cheers

 
Nov 6, 2008
Avatar antonio 485 post(s)

Topic: Alfresco / trying to copy my sql database

Hi,

To use the bundled MySQL go to your current installation directory, and then cd to mysql/bin

Type

./mysql -u root -p

to connect to the server

Cheers

 
Nov 6, 2008
Avatar antonio 485 post(s)

Topic: Redmine / LDAP Configurations

Hi Sarbjeet,

Currently, LDAP is not supported so we can’t really help there (never tried to use it). Maybe another user can give a helping hand.

Cheers

 
Nov 5, 2008
Avatar antonio 485 post(s)

Topic: General / Server Cannot Run BITNAMI's .bin files

Try

yum -i ia32-libs

and then run the installer once again.

Cheers

 
Nov 5, 2008
Avatar antonio 485 post(s)

Topic: General / Server Cannot Run BITNAMI's .bin files

Unfortunately, I don’t know the name of the packages since I don’t use CentOS. Try searching with yum for “lib32”

 
Nov 5, 2008
Avatar antonio 485 post(s)

Topic: General / Server Cannot Run BITNAMI's .bin files

Hi,

Have you installed the 32 bit compatibility libraries?

Cheers

 
Oct 31, 2008
Avatar antonio 485 post(s)

Topic: Joomla! / Problems Using Apache mod_rewrite

We are glad to hear that you finally got it working :) Of course, every contribution is welcome, so feel free to contact us anytime via info <at> bitnami <dot> org

Cheers

 
Oct 30, 2008
Avatar antonio 485 post(s)

Topic: Stacks suggestions / Scalix Mail

Hi enigmus,

We are focusing on pure web applications right now.

Cheers

 
Oct 30, 2008
Avatar antonio 485 post(s)

Topic: SugarCRM / Restarting mac service - newbie in the dark

Thanks for the compliments :) We love when you answer yourselves :D

 
Oct 29, 2008
Avatar antonio 485 post(s)

Topic: Redmine / issue import (maybe via email)

Hi darad,

You should address that question to the Redmine official forums at http://www.redmine.org , as they can give you a better answer. Here you are a couple of links that may help you

http://www.redmine.org/issues/show/1388
http://www.redmine.org/issues/show/1110

Cheers

 
Oct 29, 2008
Avatar antonio 485 post(s)

Topic: Joomla! / Problems Using Apache mod_rewrite

Hi Greg,

If I am correct, to enable mod_rewrite for Joomla!, you need to:

  • Modify <installation_path>\apps\joomla\conf\joomla.conf and change “AllowOverride” directive to “All”
  • Modify <installation_path>\apps\joomla\htdocs\htaccess.txt and change

# RewriteBase /

to

RewriteBase /joomla

  • Rename <installation_path>\apps\joomla\htdocs\htaccess.txt to <installation_path>\joomla\htdocs\.htaccess

That’s for enabling the rewrite of urls the easy way. Now, to debug the error, please put the contents of the file <installation_path>\apache2\logs\error.log

Cheers

 
Oct 28, 2008
Avatar antonio 485 post(s)

Topic: MAPPStack / Minimum version of OS X?

Hi quinterro,

Currently, OS X 10.2 is not supported.

Cheers

Next Page

Pages: 1 2 3 4 5 6 7 8 9 10 11 ... 20