We cannot mix ruby1.8 and 1.9 and making FLAVORS for each dependant ports
is just impossible; so force the use of version 1.8 which is the default anyway.
This commit is contained in:
parent
c441099501
commit
d7a874d4a1
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2013/03/19 18:50:53 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2013/03/20 07:08:05 ajacoutot Exp $
|
||||
|
||||
COMMENT= overview of your Puppet ecosystem
|
||||
|
||||
DISTNAME= puppet-dashboard-1.2.22
|
||||
CATEGORIES= www sysutils
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
|
||||
HOMEPAGE= https://puppetlabs.com/puppet/related-projects/dashboard/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.6 2013/03/19 18:50:53 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.7 2013/03/20 07:08:05 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -86,19 +86,17 @@ e.g. with nginx
|
||||
---------------
|
||||
The nginx(8) package provides a FLAVOR for passenger support which the
|
||||
version in the base system doesn't, so it must be installed first:
|
||||
# pkg_add nginx--passenger
|
||||
# pkg_add ruby-passenger nginx--passenger
|
||||
|
||||
Next, ${SYSCONFDIR}/nginx/nginx.conf needs to be modified with the
|
||||
following requirements as a start:
|
||||
|
||||
* http{} block
|
||||
passenger_root /path/to/passenger;
|
||||
passenger_ruby /path/to/ruby;
|
||||
passenger_root ${LOCALBASE}/lib/phusion-passenger;
|
||||
passenger_ruby ${RUBY};
|
||||
|
||||
Where:
|
||||
/path/to/passenger = `passenger-configXX --root`
|
||||
/path/to/ruby = `which rubyXX`
|
||||
"XX" is the ruby(1) BINREV used by Passenger, e.g. 19.
|
||||
Note that the output of `passenger-config --root` will give the
|
||||
"passenger_root" value.
|
||||
|
||||
* server{} block
|
||||
listen 3000;
|
||||
|
Loading…
Reference in New Issue
Block a user