Child pages
  • Fisheye
Skip to end of metadata
Go to start of metadata

Hozzuk hozzá a fisheye felhasználót:

# adduser -g users -m fisheye

Töltsük le a friss szoftvert:

# su - fisheye
$ wget http://www.atlassian.com/software/fisheye/downloads/binary/fisheye-3.2.4.zip
$ unzip fisheye-3.2.4.zip
$ rm fisheye-3.2.4.zip
$ fecru-3.2.4/bin/start.sh

Hozzuk létre az Apache bejegyzést a virtual host eléréséhez:

hu.javaforum.fisheye.conf
<VirtualHost *:80>
    ServerAdmin auth.gabor@javaforum.hu
    DocumentRoot /var/www/html/
    ServerName fisheye.javaforum.hu

    <Location "/">
        ProxyPass http://localhost:8060/
        ProxyPassReverse http://localhost:8060/
        SetEnv force-proxy-request-1.0 1
        SetEnv proxy-nokeepalive 1
    </Location>

    ProxyVia Off
    ProxyPreserveHost On
</VirtualHost>
      
      
Page viewed times
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels