Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ainoya/docker-redpen-server
Dockerized redpen server / http://redpen.bigram.org
https://github.com/ainoya/docker-redpen-server
Last synced: about 20 hours ago
JSON representation
Dockerized redpen server / http://redpen.bigram.org
- Host: GitHub
- URL: https://github.com/ainoya/docker-redpen-server
- Owner: ainoya
- License: mit
- Created: 2014-06-07T12:34:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T15:56:24.000Z (over 10 years ago)
- Last Synced: 2024-10-17T23:03:45.012Z (20 days ago)
- Language: Shell
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized RedPen server
The Docker container contains [RedPen][intro] server environment.
## Simple Usage
If you only try redpen-server, you can use trusted builds registered [Docker index][di],
docker pull ainoya/redpen-server
## Deploying
* Run `docker build -t redpen-server`
* Run `docker run -d redpen-server`## Running
Another example of running redpen-server is:
docker run -d -t --name redpen-server \
-e REDPEN_HOME /redpen-server \
-p 49022:22 \
-p 8080:8080 redpen-serverAfter a few minutes, you can access redpen-server:
open http://localhost:8080/redpen-server
You can ssh to container as root, using password:`redpen`
ssh root@localhost -p 49022 #The password is "redpen".
## Contributing
Once you've made your great commits:
1. [Fork][fk] docker-redpen
2. Create your feature branch (``git checkout -b my-new-feature``)
3. Write tests
4. Run tests with ``rake test``
5. Commit your changes (``git commit -am 'Added some feature'``)
6. Push to the branch (``git push origin my-new-feature``)
7. Create new pull request
8. That's it!## Resources
RedPen is a tool to help writers or programmers who write technical documents or manuals that need to adhere to a writing standard.
* [Introduction page][intro]
* [Redpen repo][repo][fk]: http://help.github.com/forking/
[intro]: http://redpen.bigram.org/
[repo]: https://github.com/recruit-tech/redpen
[di]: https://index.docker.io/u/ainoya/redpen-server/