pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add MESSAGE.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Fri Mar 4 10:38:23 2016 +0100
Changeset:	1aaffb053d1bceb86429608dfe74aa0dfee3848b

Modified Files:
	phabricator/Makefile
Added Files:
	phabricator/MESSAGE

Log Message:
Add MESSAGE.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1aaffb053d1bceb86429608dfe74aa0dfee3848b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 phabricator/MESSAGE  | 28 ++++++++++++++++++++++++++++
 phabricator/Makefile |  2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)

diffs:
diff --git a/phabricator/MESSAGE b/phabricator/MESSAGE
new file mode 100644
index 0000000..a52edbe
--- /dev/null
+++ b/phabricator/MESSAGE
@@ -0,0 +1,28 @@
+===========================================================================
+$NetBSD$
+
+To run the phabricator daemons from startup, add phd=yes
+in your /etc/rc.conf. You can control the daemon using
+
+service start phd
+service status phd
+service log phd
+etc
+
+Before starting the daemons, please finish configuring your Phabricator
+instance. This involves configuring a web server (Apache, NGINX, LightHTTP)
+and a database server (MySQL). You can find detailed instructions
+on how to finish your setup at:
+
+https://secure.phabricator.com/book/phabricator/article/configuration_guide/
+
+Please note that all files are located in ${PREFIX}/share/phabricator,
+so if the documentation refers to ./bin, this means
+
+  ${PREFIX}/share/phabricator/bin,
+
+if it refers to webroot, this means
+
+  ${PREFIX}/share/phabricator/webroot.
+
+===========================================================================
diff --git a/phabricator/Makefile b/phabricator/Makefile
index 34fcb59..d233a55 100644
--- a/phabricator/Makefile
+++ b/phabricator/Makefile
@@ -71,7 +71,7 @@ REPLACE_BASH+=		scripts/install/install_rhel-derivs.sh \
 
 NO_BUILD=		yes
 
-RCD_SCRIPTS=	phd
+RCD_SCRIPTS=		phd
 
 PHABRICATOR_DIR=	share/phabricator
 


Home | Main Index | Thread Index | Old Index