germagrey.blogg.se

Ubuntu configure svn
Ubuntu configure svn




  1. UBUNTU CONFIGURE SVN INSTALL
  2. UBUNTU CONFIGURE SVN DOWNLOAD

UBUNTU CONFIGURE SVN INSTALL

$ sudo apt-get install python-software-properties Open up your favorite web browser and goto

  • Enable the Passenger and Rewite modules and restart Apache.
  • SSLCertificateFile /etc/apache2/ssl/redmine.pem # Possible values include: debug, info, notice, warn, error, crit,ĬustomLog /var/log/apache2/access.log combined PassengerResolveSymlinksInDocumentRoot on $ sudo nano /etc/apache2/sites-available/redmineĪdd the following lines and save (ctrl+x)

    ubuntu configure svn

    $ sudo nano /etc/apache2/mods-available/nf

    ubuntu configure svn

    $ sudo ln -s /usr/share/redmine/public /var/www/redmine Add a symbolic link to the public redmine web directory.$ sudo apt-get install libapache2-mod-passenger You should now see the application welcome page. Point your web browser at server ip]:3000 $ ruby script/server webrick -e production $ sudo chmod -R 755 files log tmp public/plugin_assets $ sudo chown -R www-data:www-data files log tmp public/plugin_assets $ sudo RAILS_ENV=production rake redmine:load_default_data Insert default configuration data in database, by running the following command:.$ sudo rake db:migrate RAILS_ENV="production" Create the database structure, by running the following command under the application root directory:.Modify to the following and save (ctrl+x) $ sudo nano /usr/share/redmine/config/database.yml $ sudo cp /usr/share/redmine/config/ /usr/share/redmine/config/database.yml Copy config/ to config/database.yml and edit this file in order to configure your database settings for "production" environment.> grant all privileges on redmine.* to identified by '' > create database redmine character set utf8 Create an empty MySQL database and accompanying user named redmine for example.

    UBUNTU CONFIGURE SVN DOWNLOAD

  • Download Redmine into /user/share/redmine directory.
  • $ sudo gem install i18n -v=0.4.2 -no-ri -no-rdoc $ sudo gem install rake -v=0.8.7 -no-ri -no-rdoc $ sudo gem install rails -v=2.3.11 -no-ri -no-rdoc $ sudo apt-get install build-essential subversion llibmysqlclient15-dev libdigest-sha1-perl libgemplugin-ruby libgemplugin-ruby1.8 libruby-extras libruby1.8-extras rails rake ruby rubygems rubygems1.8 ruby1.8-dev libopenssl-ruby1.8
  • Automatic refresh of repositories in Redmine.
  • ubuntu configure svn

    HowTo Install Redmine 1.2.x with Mercurial and Subversion on Ubuntu Server 10.04.HowTo Install Redmine 1.2.x with Mercurial and Subversion on Ubuntu Server 10.04 ¶






    Ubuntu configure svn