Edgewall Software

Changes between Version 25 and Version 26 of TracOnOpenBSD


Ignore:
Timestamp:
Apr 25, 2017, 10:29:44 PM (7 years ago)
Author:
Alex Holst
Comment:

Tweak instructions for OpenBSD 6.1

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOpenBSD

    v25 v26  
    11= Installing Trac on OpenBSD =
    22
    3 Assuming you have a valid installpath in [http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/pkg.conf.5?query=pkg%2econf pkg.conf(5)]
     3Assuming you have a valid installpath in [https://man.openbsd.org/installurl installurl(5)]
    44or PKG_PATH in your environment, simply install the package shipped with the OS:
    55
     
    77$ sudo pkg_add trac
    88}}}
    9 
    10 Apache httpd 2.2 is also in the ports tree with a package available. Simply do:
    11 
    12 {{{
    13 $ sudo pkg_add apache-httpd
    14 }}}
    15 
    16 [http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add pkg_add(1)] automatically installs any dependencies.
    17