WordPress-Plugin-Boilerplate icon indicating copy to clipboard operation
WordPress-Plugin-Boilerplate copied to clipboard

[Feature] Install script

Open re1 opened this issue 7 years ago • 5 comments
trafficstars

Would it be possible to add a script to apply all changes mentioned in the Installation section? I can also add it myself if You are interested.

For example:

sh install.sh "example_me"

For Linux one can easily use sed -i, mv or rename. For a cross-platform You might want to consider a simple scripting language.

re1 avatar Aug 18 '18 17:08 re1

There is a 95% done PR for that here if you want to start from that: https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/pull/371

DevinVinson avatar Aug 18 '18 21:08 DevinVinson

Thank You. I will give it a look later this evening (Europe).

re1 avatar Aug 19 '18 10:08 re1

Hi,

In case anybody finds this issue while trying to use the existing wiki installation page, which seems to be a little out of date, I just added a newer quick-and-dirty script to a new wiki page that does a quick download and rename of the files and code. The PR looks like a better way to go, though, if it ever gets approved!

https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/wiki/Using-the-plugin-boilerplate-in-Varying-Vagrant-Vagrants-(VVV)

Mark

markheydon avatar Oct 17 '18 21:10 markheydon

I tried the script on my Mac and got a stream of errors. No idea what I am doing wrong

image

simonh1000 avatar Dec 29 '18 07:12 simonh1000

Hi, you should have a look to this project : https://wppb.me/

Bye

AlexandreGagner avatar Feb 01 '19 22:02 AlexandreGagner