https://github.com/rm3web/rm3-docker
https://github.com/rm3web/rm3-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rm3web/rm3-docker
- Owner: rm3web
- Created: 2016-05-30T17:18:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T01:52:28.000Z (over 6 years ago)
- Last Synced: 2025-10-29T06:39:23.821Z (8 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[rm3 Docker Container](https://hub.docker.com/r/rm3web/rm3/)
============================================================
[](https://github.com/rm3web/rm3)
What is it?
-----------
rm3 is not just a blog engine, but it's still lighter-weight and friendlier than those enterprise-grade CMS systems. Conceptually, it is to Drupal as Ghost is to WordPress.
rm3 is able work as a blog, a wiki, a photo archive, or some combination of those... and more.
rm3 has blog-styled views such that you can post a series of dated blog articles and view them as such. But every entity on the site has a history, like how a wiki works. Like some of those enterprise CMS systems, you aren't restricted to just creating a mere list of posts.
rm3 has rapidly improving support for media: It supports photos, but it also supports SVG vector graphics and audio files.
Release Status
--------------
This is currently in ALPHA state, defined as:
* I'm running it in production
* Key features are not missing
* Any data you put in here you should be prepared to reconstruct without the benefit of a migration tool (but I'm going to try very hard to avoid that)
* Security and stability bugs are to be expected.
* Some stable internal APIs will be present.
The next milestone is BETA, defined as:
* Key features are not missing
* Any data you put in here should be able to be migrated with an offline migration where you need to shut down the site momentarily
* Stability bugs are to be expected.
* Stable APIs will be present.
How to get started?
-------------------
See [Docker Compose](https://github.com/rm3web/rm3-docker-compose)
This container expects to store blobs at `/src/node_modules/rm3/blobs/`
The only configuration supported is via environment variables, see [environment variable documentation](https://github.com/rm3web/rm3/blob/master/docs/env.md) for details.