Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Nils Dittberner 53446ac487 Refactored a bit and removed temp files. před 9 roky
app Refactored a bit and removed temp files. před 9 roky
bin Initial commit. před 9 roky
config Lots of changes. Working basic search. před 9 roky
db Added previews, load pdf with selected page. před 9 roky
lib Initial commit. před 9 roky
log Initial commit. před 9 roky
public Some more things working now. před 9 roky
test Added previews, load pdf with selected page. před 9 roky
tmp Initial commit. před 9 roky
vendor/assets Initial commit. před 9 roky
.gitignore Removed Idea shit from git. před 9 roky
Gemfile Lots of changes. Working basic search. před 9 roky
Gemfile.lock Lots of changes. Working basic search. před 9 roky
README.md Some stuff added to categories and some views. před 9 roky
Rakefile Initial commit. před 9 roky
config.ru Initial commit. před 9 roky

README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

Ruby 2.3.1

gem 'paperclip', '~> 5.0.0'
gem 'docsplit', '~> 0.7.6'
gem 'filewatcher', '~> 0.5.3'
  • System dependencies

Docsplit

sudo apt-get install imagemagick
sudo apt-get --no-install-recommends install graphicsmagick
sudo apt-get --no-install-recommends install poppler-data
sudo apt-get --no-install-recommends install ghostscript
sudo apt-get --no-install-recommends install tesseract-ocr
sudo apt-get --no-install-recommends install pdftk
  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...