leihs 2.2.5 per Subversion verfügbarleihs 2.2.5 available via Subversion

Wir bereiten gerade die Veröffentlichung von leihs 2.2.5 vor. Falls du aber schon jetzt upgraden möchtest, kannst du die neueste stabile Version aus unserem Subversion-Repository beziehen.

Die stabile Revision ist momentan 1620.

Falls du noch nie eine leihs-Version per Subversion installiert hast, erhältst du mit folgendem Befehl eine frische Version:

svn co -r 1620 http://code.zhdk.ch/svn/leihs/trunk leihs

Falls du bereits ein leihs-Verzeichnis mit einer Subversion-Version von leihs hast, führe folgendes Update in deinem leihs-Verzeichnis aus:

svn update -r 1620
RAILS_ENV=production rake db:migrate

Dieses Beispiele ist für eine Produktiv-Version. Ist deine leihs-Installation im Development-Modus, lass einfach das RAILS_ENV=production weg.

Bitte behalte aber deine Konfigurationsdateien (config/database.yml, config/environment.rb, config/LDAP.yml) oder speichere sie ausserhalb des leihs-Verzeichnisses und verbinde sie einfach per Symlink mit den richtigen Orten. Symlinks werden von svn update ignoriert.
We are preparing the release of leihs 2.2.5. But if you want to already upgrade, you can now get the 2.2.5 code from our Subversion repository.

The current stable revision is 1620.

If you’ve never checked out leihs via Subversion, you can get a fresh copy like this:

svn co -r 1620 http://code.zhdk.ch/svn/leihs/trunk leihs

If you already have a “leihs” directory with a Subversion checkout of leihs, you can update your version like this, inside your leihs directory:

svn update -r 1620
RAILS_ENV=production rake db:migrate

This is for a production environment. If your copy of leihs is in development mode, you can leave off the RAILS_ENV=production.

Make sure to have a backup copy of your configuration files (config/database.yml, config/environment.rb, config/LDAP.yml). Alternatively, you could just store those files outside your leihs directory and symlink them into it, so that svn update ignores them.

Comments are closed.