Skip to content

thisismedium/message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Message

Message is a collection of projects for building websites.

  • Message DB: a versioned datastore for structured content.
  • Message Admin: an intuitive, framework-agnostic administration interface

Develop

Message is currently under active development.

To install Message, clone this repository and execute the run script:

sudo easy_install virtualenv
git clone git://github.com/thisismedium/message.git
./message/bin/run

The first time you run Message, it will create a virtualenv, install third-party dependencies, and link in related projects. The layout looks like this:

admin       # The message-admin project
db          # The message-db project
mdev        # A Message virtualenv
more        # Related github projects
.py         # Python packages that are linked into site-packages

Using Message

With the server running, visit http://localhost:5280/ in a browser.

About

Message is a versioned datastore with an intuitive interface. It's ideally suited for collaboratively evolving structured content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages