rtCamp / nginx-helper

Nginx Helper for WordPress caching, permalinks & efficient file handling in multisite
https://wordpress.org/plugins/nginx-helper/
230 stars 122 forks source link

deploy.sh should have a check for svn #6

Closed actual-saurabh closed 12 years ago

actual-saurabh commented 12 years ago

Deploy.sh should install svn, if not installed

rahul286 commented 12 years ago

I think we shud create a separate repo for skeleton wordpress plugin project and put deploy.sh there We can then include it as a git submodule in other projects!

MiteshShah commented 12 years ago

The following codes install svn if it not installed

dpkg --list | grep subversion if [ $? -ne 0 ] then sudo apt-get install subversion fi

rahul286 commented 12 years ago

@MiteshShah Use deploy.sh in this project https://github.com/rtCamp/wp-plugin-bootstrap