Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Nils Dittberner 893b559a87 Some information I may need later. il y a 9 ans
app It's possible to have categories. Yay! il y a 9 ans
bin Initial commit. il y a 9 ans
config It's possible to have categories. Yay! il y a 9 ans
db It's possible to have categories. Yay! il y a 9 ans
lib Initial commit. il y a 9 ans
log Initial commit. il y a 9 ans
public Some more things working now. il y a 9 ans
test It's possible to have categories. Yay! il y a 9 ans
tmp Initial commit. il y a 9 ans
vendor/assets Initial commit. il y a 9 ans
.gitignore Removed Idea shit from git. il y a 9 ans
Gemfile Some information I may need later. il y a 9 ans
Gemfile.lock Some information I may need later. il y a 9 ans
README.md Some information I may need later. il y a 9 ans
Rakefile Initial commit. il y a 9 ans
config.ru Initial commit. il y a 9 ans

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'
  • System dependencies

Docsplit

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

  • ...