Results 1 to 4 of 4

Thread: [Guide] How to Install Redmine Quickly ( BASIC GUIDE)

  1. #1

    [Guide] How to Install Redmine Quickly ( BASIC GUIDE)

    In easy simple steps and quickly done


    After intsall Ubuntu Server

    Using Terminal :

    1. Update
    Code:
    sudo apt-get update
    2.
    Code:
    sudo apt-get upgrade
    3.Install nano

    Code:
    sudo apt-get install nano
    Then Select Nano
    Code:
    sudo /usr/bin/select-editor
    4. Install MySQL Server

    Code:
    sudo apt-get install mysql-server
    5. Install Redmine

    Code:
    sudo apt-get install redmine-mysql
    Code:
    sudo apt-get install redmine
    Code:
    apt-get install libapache2-mod-passenger
    Code:
    sudo /etc/init.d/apache2 restart
    In case you want to reconfigure it
    Code:
    dpkg-reconfigure -plow redmine
    Do some configuration
    Code:
    ln -s /usr/share/redmine/public /var/www/redmine
    
    chown -R www-data:www-data /var/www/redmine
    echo "RailsBaseURI /redmine" > /etc/apache2/sites-available/redmine
    a2ensite redmine
    /etc/init.d/apache2 reload
    /etc/init.d/apache2 restart
    Then you can check it on your browser
    Code:
    http://[yourwebsite url]/redmine
    Last edited by sharif_aly; July 29th, 2012 at 03:46 PM.
    Thanks and regards
    Sharif Aly

  2. #2
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: [Guide] How to Install Redmine Quickly ( BASIC GUIDE)

    Moved to Tutorials & Tips.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  3. #3

    Re: [Guide] How to Install Redmine Quickly ( BASIC GUIDE)

    Thanks uRock for moving the topic.
    Thanks and regards
    Sharif Aly

  4. #4
    Join Date
    Oct 2012
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: [Guide] How to Install Redmine Quickly ( BASIC GUIDE)

    It works for me...many thanks .

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •