Skip to content

Packaging for Deployment

Richard Luck edited this page May 10, 2017 · 3 revisions

cd to one directory higher than the plugin directory, then:

TAG=1.2.0
tar -zcvf kindle-feed-$TAG.tar.gz \
   --exclude='.git' --exclude='difflist' \
   --exclude='*.md' \--exclude='*.log' kindle-feed

scp the file up to the server and unpack:

gunzip <  kindle-feed-1.1.0.tar.gz | tar -xvf -
Clone this wiki locally