瀏覽代碼

Some information I may need later.

master
Nils Dittberner 9 年之前
父節點
當前提交
893b559a87
共有 3 個檔案被更改,包括 17 行新增0 行删除
  1. +1
    -0
      Gemfile
  2. +2
    -0
      Gemfile.lock
  3. +14
    -0
      README.md

+ 1
- 0
Gemfile 查看文件

@@ -1,6 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'


gem 'paperclip', '~> 5.0.0' gem 'paperclip', '~> 5.0.0'
gem 'docsplit', '~> 0.7.6'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.0.0', '>= 5.0.0.1' gem 'rails', '~> 5.0.0', '>= 5.0.0.1'


+ 2
- 0
Gemfile.lock 查看文件

@@ -55,6 +55,7 @@ GEM
coffee-script-source (1.10.0) coffee-script-source (1.10.0)
concurrent-ruby (1.0.2) concurrent-ruby (1.0.2)
debug_inspector (0.0.2) debug_inspector (0.0.2)
docsplit (0.7.6)
erubis (2.7.0) erubis (2.7.0)
execjs (2.7.0) execjs (2.7.0)
ffi (1.9.14) ffi (1.9.14)
@@ -169,6 +170,7 @@ DEPENDENCIES
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)
byebug byebug
coffee-rails (~> 4.2) coffee-rails (~> 4.2)
docsplit (~> 0.7.6)
jbuilder (~> 2.5) jbuilder (~> 2.5)
jquery-rails jquery-rails
listen (~> 3.0.5) listen (~> 3.0.5)


+ 14
- 0
README.md 查看文件

@@ -7,8 +7,22 @@ Things you may want to cover:


* Ruby version * Ruby version


Ruby 2.3.1
```
gem 'paperclip', '~> 5.0.0'
gem 'docsplit', '~> 0.7.6'
```

* System dependencies * System dependencies


[Docsplit](http://documentcloud.github.io/docsplit/#installation)
```
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 * Configuration


* Database creation * Database creation


Loading…
取消
儲存