Update documents plugin instructions
This commit is contained in:
parent
8bb58c5519
commit
f9ffa0caff
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@ corresponding line in the `Gemfile`, or add:
|
||||||
gem 'foodsoft_documents', path: 'lib/foodsoft_documents'
|
gem 'foodsoft_documents', path: 'lib/foodsoft_documents'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then activate the plugin (explained [here](https://github.com/foodcoops/foodsoft/wiki/Plugins#installing-a-plugin)):
|
||||||
|
|
||||||
|
```
|
||||||
|
bundle install
|
||||||
|
rake railties:install:migrations
|
||||||
|
rake db:migrate
|
||||||
|
```
|
||||||
|
|
||||||
This plugin introduces the foodcoop config option `use_documents`, which can be
|
This plugin introduces the foodcoop config option `use_documents`, which can be
|
||||||
set to `true` to enable documents. May be useful in multicoop deployments.
|
set to `true` to enable documents. May be useful in multicoop deployments.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue