選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
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

  • ...