https://github.com/discourse/docker_manager
Plugin for use with discourse docker image
https://github.com/discourse/docker_manager
discourse-plugin
Last synced: 3 months ago
JSON representation
Plugin for use with discourse docker image
- Host: GitHub
- URL: https://github.com/discourse/docker_manager
- Owner: discourse
- License: mit
- Created: 2013-11-13T06:43:05.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-10-03T17:39:13.000Z (3 months ago)
- Last Synced: 2025-10-03T18:27:26.206Z (3 months ago)
- Topics: discourse-plugin
- Language: Ruby
- Homepage:
- Size: 5.22 MB
- Stars: 76
- Watchers: 25
- Forks: 71
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Manager
This plugin works with the Discourse docker image. It allows you to perform upgrades via the web UI and monitor activity in the container.
## Running tests
- Ruby
- Run `RAILS_ENV=test bin/rails "plugin:spec[docker_manager]"` in your discourse directory
- JS
- Run `RAILS_ENV=test bin/rails "plugin:qunit[docker_manager]"` in your discourse directory
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## License
MIT