freeboard for Debian ----------------------- ## derivation / customization for Debian For those who wants to package a customized freeboard into Debian, here are some suggestions. 1. You can symbolic link all the files from Freeboard and replace yours own in any /var/www subdirectory. For example. 1.1 You create your own Debian package which Depends: freeboard. 1.2 Create /var/www/yourboard by debian/.dirs 1.3 You can "cp -r -s /usr/share/freeboard/* /var/www/yourboard" in your postinst script. 1.4 Remove and replace (or symlink) any files in /var/www/yourboard with your own material. 1.5 Remember to use debhelper apache2 addon. Please refer to debian/freeboard.apache2 and debian/conf/freeboard.conf. Like you can have "Alias /yourboard /var/www/yourboard" in debian/conf/yourboard.conf -- Ying-Chun Liu (PaulLiu) Tue, 18 Dec 2018 04:22:44 +0800