https://github.com/ractoon/wp-express
WordPress installer app built on Electron.
https://github.com/ractoon/wp-express
electron wordpress
Last synced: 3 months ago
JSON representation
WordPress installer app built on Electron.
- Host: GitHub
- URL: https://github.com/ractoon/wp-express
- Owner: ractoon
- License: gpl-3.0
- Created: 2018-06-12T15:44:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T17:53:58.000Z (over 4 years ago)
- Last Synced: 2024-05-27T12:20:40.177Z (about 2 years ago)
- Topics: electron, wordpress
- Language: JavaScript
- Homepage: https://ractoon.github.io/wp-express/
- Size: 6.39 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Express
WordPress installer app built on Electron.

## Installation
Run the following commands to download and install the dependencies for the application:
```
git clone https://github.com/ractoon/wp-express.git
cd wp-express
npm install
cd app
npm install
```
### Installation Description
After cloning, or downloading, the repository go into the directory you just created and run `npm install`. This will set up the Electron dependencies.
Once the Electron dependencies are installed go into the `app` directory (`wp-express/app`) and run `npm install` once again. This installs the application specific dependencies.
### Windows
[Download PHP binaries](https://windows.php.net/download) (version 5.3.29 or later) and extract them into the `app/bin/win32/php` directory so the path to `php.exe` looks like `app/bin/win32/php/php.exe`
### OSX / Linux
[Download PHP binaries](http://php.net/downloads.php) (version 5.3.29 or later) and extract them into the `app/bin/osx` directory so the path to `php` looks like `app/bin/osx/php`
## Running the Application
In the main directory (`wp-express` if you followed the installation instructions above) run the following command to start the application:
```
npm run start
```
## Usage
Step by step instructions can be viewed at [https://ractoon.github.io/wp-express/](https://ractoon.github.io/wp-express/)