Skip to content

ainoya/docker-redpen-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized RedPen server

The Docker container contains RedPen server environment.

Simple Usage

If you only try redpen-server, you can use trusted builds registered Docker index,

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-server

After 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 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.

Releases

No releases published

Packages

No packages published

Languages