Web application for manage and print documents
Previously run:
-
sudo apt-get install cups-bsd # Extra Cups command line utilities
-
sudo apt-get install libcups2-dev # Cups gem dependency (Ubuntu 12.04)
-
sudo apt-get install libxslt1-dev # Nokogiri gem dependency
-
sudo apt-get install cups-pdf # Virtual PDF printer
-
sudo apt-get install postgresql # Core database
-
sudo apt-get install imagemagick libmagickwand-dev # Rmagick gem dependency
-
cd projects/print_hub
-
bundle install
Install a virtual pdf printer via /system/printers or localhost:631/
Dependency Status <img src=“https://gemnasium.com/cetem/print_hub.png?travis”/>¶ ↑
Copyright © 2008-2015 Cirope S.A. Copyright © 2015-2018 Néstor Coppi - C.E.T.E.M.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.