summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install47
1 files changed, 5 insertions, 42 deletions
diff --git a/install b/install
index d3cfe543cadc..0a8a717c6e21 100644
--- a/install
+++ b/install
@@ -11,55 +11,18 @@ post_install() {
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 "For more information on installation and configuration, see:"
+ note " /usr/share/doc/nfsen/README.pkg and others"
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 "To complete the update, 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 "For more information on installation and configuration, see:"
+ note " /usr/share/doc/nfsen/README.pkg and others"
note ""
}