https://github.com/pascalandy/ghost-alpha_fixer
https://github.com/pascalandy/ghost-alpha_fixer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pascalandy/ghost-alpha_fixer
- Owner: pascalandy
- Created: 2017-06-03T17:40:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T21:39:05.000Z (about 8 years ago)
- Last Synced: 2025-02-01T22:16:08.421Z (5 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hi,
Big thanks to [fixer](https://ghost.slack.com/team/fixer) for sharing this setup. It’s not perfect but it’s a start.Here are his comments:
```
Well my setup has multiple weak points.
A) downloads lateat alpha from an url generated by my api (wrapper for github api)Also the way im using env vars is a little messed up because of my current setup (using the image on heroku,openshift & local dev cluster
```Easy try out!
```
docker run -d --name=ghostalpha -e PORT=2368 -p:2368:2368 fixer/ghostfixer:alpha
```