You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nils Dittberner 53446ac487 Refactored a bit and removed temp files. преди 9 години
app Refactored a bit and removed temp files. преди 9 години
bin Initial commit. преди 9 години
config Lots of changes. Working basic search. преди 9 години
db Added previews, load pdf with selected page. преди 9 години
lib Initial commit. преди 9 години
log Initial commit. преди 9 години
public Some more things working now. преди 9 години
test Added previews, load pdf with selected page. преди 9 години
tmp Initial commit. преди 9 години
vendor/assets Initial commit. преди 9 години
.gitignore Removed Idea shit from git. преди 9 години
Gemfile Lots of changes. Working basic search. преди 9 години
Gemfile.lock Lots of changes. Working basic search. преди 9 години
README.md Some stuff added to categories and some views. преди 9 години
Rakefile Initial commit. преди 9 години
config.ru Initial commit. преди 9 години

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

  • ...