summarylogtreecommitdiffstats
path: root/README.pkg
diff options
context:
space:
mode:
author4le34n2017-08-14 18:52:07 +1100
committer4le34n2017-08-14 18:52:07 +1100
commit10988e5a2fe488bdaed349c964ff4886690578f7 (patch)
treebd26e4d79e19fd6c728996c6c9541f2b5f93d987 /README.pkg
parent323d76829ef29fa247467f54238e87663cac07a1 (diff)
downloadaur-10988e5a2fe488bdaed349c964ff4886690578f7.tar.gz
Add new file: README.pkg
Diffstat (limited to 'README.pkg')
-rw-r--r--README.pkg32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.pkg b/README.pkg
new file mode 100644
index 000000000000..179d5d00d93e
--- /dev/null
+++ b/README.pkg
@@ -0,0 +1,32 @@
+#
+# README.pkg
+#
+
+To complete the installation, run:
+ cd /usr/share/webapps/nfsen
+ su -c "./install.pl /etc/nfsen/nfsen.conf"
+
+If you edited /etc/nfsen.conf you also need to run:
+ cd /usr/share/webapps/nfsen
+ su -c "./install.pl /etc/nfsen/nfsen.conf"
+
+If you want to use the nginx to access the web, run:
+ sudo pacman -S nginx php-fpm
+ Edit /etc/php/php.ini:
+ Remove comment from ";extension=sockets.so" string
+ Set up virtualhost in nginx
+ An example of the setting for nginx is in the file /usr/share/doc/nfsen/vhost-nginx.conf
+ And run:
+ sudo systemctl start nginx php-fpm
+
+If you are using a web server Apache you know what to do :)
+
+
+To build a profile by protocols, run:
+ sudo create_top_protocols --consumers 8 --divide-up-down --profile-name top_8_protocols
+
+To build a profile in the directions, run:
+ sudo create_top_directions --consumers 10 --divide-up-down --profile-name top_10_directions
+ WARNING!!! - Required file /etc/nfsen/asnum.desc
+
+# End: