pschoffer / gitpress

GitPress - WordPress but on git instead of DB
2 stars 1 forks source link

Replace VersionPress archive with unpacked version (and adjust installation scripts) #3

Closed pschoffer closed 4 years ago

pschoffer commented 4 years ago

Why?

Probably using something like git subtree.

forgondolin commented 4 years ago

I'm a little confused by this one, isn't the same thing in mu-plugins issue?

pschoffer commented 4 years ago

Yep, this is like a sub-issue i guess. This is better to be done before.

So the idea here is that instead of zip file we would have all the source code for the plugin (which means we don't need to do wp plugin install /usr/src/versionpress/*.zip --activate --allow-root in the utils.sh, but just the WP activation I guess). We will still keep it under regular plugins and need to do: wp vp activate --allow-root

pschoffer commented 4 years ago

This moved to a https://github.com/pschoffer/gitpress/issues/5