deepify is the software development tool-chain that abstracts package management and associated development operations. This CLI (aka Command Line Interface) is a Node.js library that works in combination with DEEP Framework.
deepify
:npm install deepify -g
If you want to use
deepify
on Windows, please follow the steps from Windows Configuration before runningnpm install deepify -g
and make sure allnpm
anddeepify
commands are executed inside Git Bash.
deepify install github://MitocGroup/deepify ~/deepify
Path parameter in all
deepify
commands is optional and if not specified, assumes current working directory. Therefore you can skip~/deepify
by executingmkdir ~/deepify && cd ~/deepify
beforedeepify install
.
deepify server ~/deepify -o
When this step is finished, you can open in your browser the link http://localhost:8000 and enjoy the deepify running locally.
deepify deploy ~/deepify
Amazon CloudFront distribution takes up to 20 minutes to provision, therefore don’t worry if it returns an HTTP error in the first couple of minutes.
deepify undeploy ~/deepify
Amazon CloudFront distribution takes up to 20 minutes to unprovision. That's why
deepify
command checks every 30 seconds if it's disabled and when successful, removes it from your account.
Having questions related to deepify?
Interested in contributing to deepify?
Looking for web applications that use (or are similar to) deepify?
This repository is being sponsored by:
This code can be used under MIT license:
See LICENSE for more details.