https://github.com/getshifter/shifter-artifact-helper
Artifact helper tool for Shifter
https://github.com/getshifter/shifter-artifact-helper
mu-plugins shifter
Last synced: 11 months ago
JSON representation
Artifact helper tool for Shifter
- Host: GitHub
- URL: https://github.com/getshifter/shifter-artifact-helper
- Owner: getshifter
- Created: 2017-08-01T05:56:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T03:05:29.000Z (about 2 years ago)
- Last Synced: 2024-11-26T22:34:30.846Z (over 1 year ago)
- Topics: mu-plugins, shifter
- Language: PHP
- Homepage: https://www.getshifter.io
- Size: 6.27 MB
- Stars: 7
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shifter Artifact Helper
[](https://circleci.com/gh/getshifter/shifter-artifact-helper)
Artifact helper tool for Shifter – Serverless WordPress Hosting
## Integration test
Sandbox
1. import wp data built with template theme-unit-test-data.xml.
2. check `/?urls`
### launch wp for test
```
$ docker pull getshifter/shifter_local:develop
$ make prepare
$ docker-compose build --no-cache
$ docker-compose up
```
open `https://127.0.0.1:8443`
run test for containers which is launched by `docker-compose up`.
```
$ cd integration_test
$ bundle install
$ bundle exec ruby ./entry.rb
```
### update contents for wp
```
$ make prepare
$ docker-compose build --no-cache
$ docker-compose up
```
edit by wp-admin...
after edit.
```
$ docker-compose exec wp /scripts/db_export.sh
```
> Success: Exported to '/mnt/dump/wp.sql'.