You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Muthu Kumar
dd455ff523
|
7 years ago | |
---|---|---|
.vscode | 7 years ago | |
plugins | 7 years ago | |
.eslintrc.js | 7 years ago | |
.gitignore | 7 years ago | |
README.md | 7 years ago | |
composer.phar | 7 years ago | |
config.js | 7 years ago | |
package-lock.json | 7 years ago | |
package.json | 7 years ago | |
php.js | 7 years ago | |
server.js | 7 years ago |
README.md
w 🔥
WordBox—A truly modern development environment for WordPress
WordBox is a truly modern WordPress site development (and deployment) environment.
Bring the power of Node.JS to your WordPress environment!
Running the server
Steps 1-3 will have an automated option later.
- Download php zip from https://php.net and place the extracted files under
/php
. - Download WordPress from https://wordpress.org and place the extracted files under
/wp
. - [Optional / Haven't tested] If you're on Linux, edit the config file to point to your
php-cgi
bin file. - Run
npm install
to install dependencies (Express). - Run
node .
to start the server.
Versioning
Thanks to @wbhob for donating the npm w
package to me.
Because npm versions are immutable, our public version number starts directly to v.1.1.0
. The project should be considered unstable until v.2.0.0
which will be WordBoxed's first stable release version.
Like many software, WordBox
will have an internal version number and external version number. The current internal version is v.0.x.x
and external version is v.1.x.x
. As the internal version reaches public release, it will skip over from v.0.9.x
to v.2.0.0
and catch up with its external version.