Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idno/Known-Docker
A Docker container for Known.
https://github.com/idno/Known-Docker
Last synced: 5 days ago
JSON representation
A Docker container for Known.
- Host: GitHub
- URL: https://github.com/idno/Known-Docker
- Owner: idno
- License: other
- Created: 2016-02-06T17:26:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T08:03:36.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T12:50:34.825Z (3 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 17
- Watchers: 8
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - idno/Known-Docker - A Docker container for Known. (others)
README
# Known: social publishing for groups and individuals
![Known - A social publishing platform for groups and individuals](https://withknown.com/img/home/screens.png)
# How to use this image
```bash
docker run --link some-mysql:mysql -d known
```Now you can get access to fpm running on port 9000 inside the container. If you want to access it from the Internets, we recommend using a reverse proxy in front. You can find more information on that on the [docker-compose](#docker-compose) section.
## Via docker-compose
You can use a setup that is used in production at [IndieHosters/known](https://github.com/indiehosters/known).
## Installation
Once started, you'll arrive at the configuration wizard.
Follow the steps as indicated.## Contribute
Pull requests are very welcome!
We'd love to hear your feedback and suggestions in the issue tracker: [github.com/idno/Known-docker/issues](https://github.com/idno/Known-docker/issues).