Sopha Media: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
Line 33: Line 33:


=== Installation ===
=== Installation ===
(tbd)
* beta install (all manually, sorry for that)
 
** Install [https://github.com/mxcl/homebrew#readme HomeBrew] by...
*** ...entering <tt>/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"</tt> in your shell as Administrator and follow instructions<ref>https://github.com/mxcl/homebrew/wiki/installation</ref>
** Install [[CouchDB]]...
*** ...by entering <tt>brew install couchdb</tt>
** Start [[CouchDB]]...
*** ...entering <tt>/usr/bin/sudo launchctl load -w /Library/LaunchDaemons/org.apache.couchdb.plist</tt>
*** (Stopping: <tt>/usr/bin/sudo launchctl unload /Library/LaunchDaemons/org.apache.couchdb.plist</tt>, Restarting: <tt>/usr/bin/sudo launchctl stop org.apache.couchdb</tt>


----
----

Revision as of 14:49, 20 February 2012

SophaMediaAppIcon.png

(work in progress)

About

(tbd)

Features

the less, the better!

Honestly, do you really need a full-featured asset management system? I do not, that's why I created Sopha Media. If you look for a full-featured AM, try censhare!

Sopha Media features:

  • NO user roles
  • NO user categories
  • NO user groups
  • NO access rights
  • NO change rights
  • NO hassle!
  • but...
    • users (all equal)
    • status and similar meta data
    • all assets are stored in the database
    • easy install, easy use!

Usage

(tbd)

Technical specifications

  • utilizing the power of CouchDB for storing assets

(tbd)

Download

(tbd)

Installation

  • beta install (all manually, sorry for that)
    • Install HomeBrew by...
    • Install CouchDB...
      • ...by entering brew install couchdb
    • Start CouchDB...
      • ...entering /usr/bin/sudo launchctl load -w /Library/LaunchDaemons/org.apache.couchdb.plist
      • (Stopping: /usr/bin/sudo launchctl unload /Library/LaunchDaemons/org.apache.couchdb.plist, Restarting: /usr/bin/sudo launchctl stop org.apache.couchdb