Ticket #9991: fixture-utility-manual.md

File fixture-utility-manual.md, 621 bytes (added by Tade0, 8 years ago)

Manual for the client side of the PFW fixture generator.

Line 
1# Client side
2
3## Installing
4
5```
6git clone https://github.com/cksource/incubator
7cd incubator
8git checkout fixture-utility
9cd fixture-utility
10npm install
11```
12
13## Configuring
14
15Copy and rename the `config-template.json` to `config.json` and modify it accordingly.
16
17## Running
18
19**Warning:** There's a large chance that the server won't be able to close Word programatically, so it's up to the user to to ensure that he/she is connected to the VM while generating and will be able to close Word manually.
20
21Place the word file(e.g. `myfile.docx`) in `fixture-utility/` and run(in that directory):
22`node index.js myfile.docx`
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy