Home > ztm-dev

ztm-dev

Ztm-dev is a project mainly written in JAVASCRIPT and PYTHON, it's free.

Zeitgeist Developers Team

h1. The Phoenix Project (The Zeitgeist Movement 2.0)

zeitgeist.x11.us

Table of contents:

  1. Software requirements
  2. Checkout from the Git repository
  3. Contribute back

Software requirements

Software Version Used by Home
Python http://python.org/
Git http://git-scm.com/
Jekyll http://wiki.github.com/mojombo/jekyll/install

Checkout from the Git repository

If you desire to install the latest and hottest revision of The Phoenix Project , you need to clone the Git repository this way:

$ cd ~/Sandboxes
$ git clone git://github.com/ZeitgeistMovement/zeitgeist-dev.git
$ cd zeitgeist-dev

Then checkout the latest stable branch: (currently this is 'master')

$ git checkout -b master origin/master
$ jekyll --server
Configuration from ~/Sandboxes/zeitgeist-dev/_config.yml
Building site: ~/Sandboxes/zeitgeist/zeitgeist-dev -> ~/Sandboxes/zeitgeist-dev/_site
Ggenerated site: ~/Sandboxes/zeitgeist-dev -> ~/Sandboxes/zeitgeist-dev/_site
[2011-09-17 20:09:17] INFO  WEBrick 1.3.1
[2011-09-17 20:09:17] INFO  ruby 1.8.7 (2011-06-30) [i686-darwin10]
[2011-09-17 20:09:47] INFO  WEBrick::HTTPServer#start: pid=4047 port=4000

Navigate to http://localhost:4000 - if all is well, then you should have the site running on your local machine.

Contribute back

The Zeitgeist Movement project is all about the contributions each of us make in creating a resource based society. We are currently using Github, as this allows us to scale infinitely, decentralized storage and provides us with a communication tool through which we can participate within any of the projects that we choose to.

It is important that if you wish to contribute is to create a Github account at http://github.com, if you already have an account then simply create a 'fork' of the project and tell the 'project leader' when you want them to merge your work into the main 'master' branch.

This way, 'project leaders' and peers are able to review/test your contribution, before being accepted into the 'live' system.

Resources

http://git-scm.com/docs - Tutorials on using Git http://pages.github.com - How Github hosts your project pages ...