https://github.com/silvio/hubzilla-docker
Dockerimage for hubzilla
https://github.com/silvio/hubzilla-docker
Last synced: 19 days ago
JSON representation
Dockerimage for hubzilla
- Host: GitHub
- URL: https://github.com/silvio/hubzilla-docker
- Owner: silvio
- Created: 2017-04-25T10:19:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T20:37:23.000Z (almost 8 years ago)
- Last Synced: 2025-04-14T15:15:25.355Z (19 days ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- 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
```