This is the Sandstorm package of WordPress. It depends on this fork of WordPress.
The package is done with vagrant-spk, a tool designed to help app developers package apps for Sandstorm.
You can follow the below mentioned steps to make your own package or to contribute.
You will need to install:
- Vagrant
- VirtualBox
- Git or any Git-client you like to use
git clone https://github.com/sandstorm-io/vagrant-spk
git clone https://github.com/sandstormports/wordpress-sandstorm
cd vagrant-spk
export PATH=$(pwd)/vagrant-spk:$PATH
cd ..
cd wordpress-sandstorm
vagrant plugin install vagrant-vbguest
vagrant-spk vm up
vagrant-spk dev
visit http://local.sandstorm.io:6090/ in a web browser
Note: when you want to fork this repo and create actual app packages for the app store you would need either the original app key or create a new one and make your own version of the app.