| 1 | # Client side |
|---|
| 2 | |
|---|
| 3 | ## Installing |
|---|
| 4 | |
|---|
| 5 | ``` |
|---|
| 6 | git clone https://github.com/cksource/incubator |
|---|
| 7 | cd incubator |
|---|
| 8 | git checkout fixture-utility |
|---|
| 9 | cd fixture-utility |
|---|
| 10 | npm install |
|---|
| 11 | ``` |
|---|
| 12 | |
|---|
| 13 | ## Configuring |
|---|
| 14 | |
|---|
| 15 | Copy 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 | |
|---|
| 21 | Place the word file(e.g. `myfile.docx`) in `fixture-utility/` and run(in that directory): |
|---|
| 22 | `node index.js myfile.docx` |
|---|