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