Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Nils Dittberner 53446ac487 Refactored a bit and removed temp files. há 9 anos
app Refactored a bit and removed temp files. há 9 anos
bin Initial commit. há 9 anos
config Lots of changes. Working basic search. há 9 anos
db Added previews, load pdf with selected page. há 9 anos
lib Initial commit. há 9 anos
log Initial commit. há 9 anos
public Some more things working now. há 9 anos
test Added previews, load pdf with selected page. há 9 anos
tmp Initial commit. há 9 anos
vendor/assets Initial commit. há 9 anos
.gitignore Removed Idea shit from git. há 9 anos
Gemfile Lots of changes. Working basic search. há 9 anos
Gemfile.lock Lots of changes. Working basic search. há 9 anos
README.md Some stuff added to categories and some views. há 9 anos
Rakefile Initial commit. há 9 anos
config.ru Initial commit. há 9 anos

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

  • ...