BitNami Gitorious

This page can't be edited. | Page History
    Table of contents
    You are currently comparing two old versions - only when you are comparing against the latest version can you revert. Return to version archive.

    Combined revision comparison

    Comparing version 18:56, 14 Jun 2012 by Admin with version 08:55, 15 Jun 2012 by Admin.

    ...

    The default credentials for the Gitorious application are:

    user mail: user@example.com
    password: bitnami
    

    ...

    If you are using the installer and you have configured your application to use an IP address as a domain name you probably have problems to log in the Gitorious application. You will see the following error in the log file:

    ...

    It is advisable to use a Domain Name instead of and IP address. In the Virtual Machines and AMIs exist a tool for changing it automatically. You only have to run the following command:Youcan modify the following file

    $ sudo /opt/bitnami/apps/gitorious/updatip --machine_hostname yourdomain.com
    

    If you have configured Gitorious to use an static domain name, youtousea domain name: should remove or rename the "/opt/bitnami/apps/gitorious/updateip" to disable it.

    If you want, you can modify it manually. These are the configuration options that you should modify in the "/opt/bitnamiinstalldir/apps/gitorious/htdocs/config/gitorious.yml" file:

    ...

    How to push your changes to the Gitorious application?

    Once you have uploaded your private key to Gitorious, you can upload your repository to the application. These are the basic steps:

    git config --global user.name "Your full name"
    git config --global user.email "user@example.com"
    
    git checkout master
    git remote add origin git@YOUR_DOMAIN:test/test.git
    git push origin master
    

    Virtual Machines have SSH server disabled by default. That it is necessary to sync your changes with Gitorious. You can see how to enable it at /Virtual_Appliances_Quick_Start_Guide#How_to_enable_sshd.3f

    ...

    Version from 18:56, 14 Jun 2012

    This revision modified by Admin (Ban)

    ...

    It is advisable to use a Domain Name instead of and IP address. You can modify the following file to use a domain name:

    installdir/apps/gitorious/htdocs/config/gitorious.yml

    ...

    Version as of 08:55, 15 Jun 2012

    This revision modified by Admin (Ban)

    ...

    The default credentials for the Gitorious application are:

    user mail: user@example.com
    password: bitnami
    

    ...

    If you are using the installer and you have configured your application to use an IP address as a domain name you probably have problems to log in the Gitorious application. You will see the following error in the log file:

    ...

    It is advisable to use a Domain Name instead of and IP address. In the Virtual Machines and AMIs exist a tool for changing it automatically. You only have to run the following command:

    $ sudo /opt/bitnami/apps/gitorious/updatip --machine_hostname yourdomain.com
    

    If you have configured Gitorious to use an static domain name, you should remove or rename the "/opt/bitnami/apps/gitorious/updateip" to disable it.

    If you want, you can modify it manually. These are the configuration options that you should modify in the "/opt/bitnami/apps/gitorious/htdocs/config/gitorious.yml" file:

    ...

    How to push your changes to the Gitorious application?

    Once you have uploaded your private key to Gitorious, you can upload your repository to the application. These are the basic steps:

    git config --global user.name "Your full name"
    git config --global user.email "user@example.com"
    
    git checkout master
    git remote add origin git@YOUR_DOMAIN:test/test.git
    git push origin master
    

    Virtual Machines have SSH server disabled by default. That it is necessary to sync your changes with Gitorious. You can see how to enable it at /Virtual_Appliances_Quick_Start_Guide#How_to_enable_sshd.3f

    ...