Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silvio/hubzilla-docker
Dockerimage for hubzilla
https://github.com/silvio/hubzilla-docker
Last synced: about 17 hours ago
JSON representation
Dockerimage for hubzilla
- Host: GitHub
- URL: https://github.com/silvio/hubzilla-docker
- Owner: silvio
- Created: 2017-04-25T10:19:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T20:37:23.000Z (over 7 years ago)
- Last Synced: 2024-11-04T09:37:31.655Z (5 days ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-starred - silvio/hubzilla-docker - Dockerimage for hubzilla (others)
README
# introduction
Dockerimage for .
# dependencies
* mysql or postgres server
# start
```bash
$ docker run --link mysqlserver -e SERVERNAME=hub.port1024.net -v ${PWD}/hubzilladata:/data -d silviof/hubzilla-docker
```