Last active
October 9, 2017 22:22
-
-
Save tyler-johnson/0f654852424f6f8557a01fc0cb2bbc95 to your computer and use it in GitHub Desktop.
Pagedip 5.2 Updated IIS Application Files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const pagedip = require('@pagedip/enterprise-edition/cli'); | |
const config = require('./config.json'); | |
pagedip(config); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "pagedip", | |
"private": true, | |
"scripts": { | |
"setup": "pagedip-couchdb-setup --config config.json --force" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment