Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
Nils Dittberner 893b559a87 Some information I may need later. 9 роки тому
app It's possible to have categories. Yay! 9 роки тому
bin Initial commit. 9 роки тому
config It's possible to have categories. Yay! 9 роки тому
db It's possible to have categories. Yay! 9 роки тому
lib Initial commit. 9 роки тому
log Initial commit. 9 роки тому
public Some more things working now. 9 роки тому
test It's possible to have categories. Yay! 9 роки тому
tmp Initial commit. 9 роки тому
vendor/assets Initial commit. 9 роки тому
.gitignore Removed Idea shit from git. 9 роки тому
Gemfile Some information I may need later. 9 роки тому
Gemfile.lock Some information I may need later. 9 роки тому
README.md Some information I may need later. 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'
  • 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

  • ...