MediaGoblin

MediaGoblin是一个免费软件媒体发布平台,任何人都可以运行。(MediaGoblin is a free software media publishing platform that anyone can run. )

Github星跟踪图

MediaGoblin是一个免费软件媒体发布平台,任何人都可以运行。 您可以将其视为Flickr、YouTube、SoundCloud等的分散式替代品。它也是:
  • 显示和分享您的媒体的完美工具!
  • 建立工具,通过权力下放赋予世界权力!
  • 专为扩展性而设计。 多媒体类型,包括视频支持!
  • GNU项目的一部分,致力于用户自由。
  • 由一群像你这样的社区提供支持。

主要指标

概览
名称与所有者jparyani/mediagoblin
主编程语言Python
编程语言Makefile (语言数: 12)
平台
许可证Other
所有者活动
创建于2014-06-24 22:48:36
推送于2017-06-10 04:48:36
最后一次提交2014-06-26 16:30:10
发布数0
用户参与
星数58
关注者数6
派生数19
提交数4.5k
已启用问题?
问题数10
打开的问题数10
拉请求数1
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

========
README

Sandstorm

This Sandstorm app uses docker to build it's package.

  • You must have docker v1.1+ installed.
  • First run docker build -t mediagoblin . to build the docker image
  • Then you will need to run the image with docker run -p 6543:6543 --dns='127.0.0.1' -i -t mediagoblin /sbin/my_init -- /bin/bash
  • Exit this image after it has booted up and run the app successfully. Then run ./export_docker.sh from this directory to export the last run docker container into a folder named dockerenv.
  • Once this is done, spk dev and spk pack should now work like normal

What is GNU MediaGoblin?

  • A place to store all your different media (photos, videos, audios,
    and more!) that’s as awesome as, if not more awesome than, existing
    network services (Flickr, YouTube, etc)
  • Customizable!
  • A place for people to collaborate and show off original and derived
    creations. Free, as in freedom. We’re a GNU project after all.
  • Extensible: Plugins allow you to add new media types (3d models?
    Presentations and documents? Yes, and more!) or extend old ones.
  • A real community, and we'd love to have you join us!

Is it ready for me to use?

Yes!

Can I help/hang out/participate/whisper sweet nothings in your ear?

Yes! Please join us and hang out! For more information on where we
hang out, see our Join page <http://mediagoblin.org/join/>_

Where is the documentation?

The beginnings of a site administration manual is located in the docs/
directory in HTML, Texinfo, and source (Restructured Text) forms. It's
also available online at http://docs.mediagoblin.org/ in HTML form.

Contributor/developer documentation as well as documentation on the
project processes and infrastructure is located on
the wiki <http://wiki.mediagoblin.org/>_.