cleartext / ximpp-server

Cleartext ESM - MIcroblogging
3 stars 0 forks source link

Cleartext Microblogging Server

Deployment

Continuous integration

As new changes are introduced in the codebase, all you need to do is to push them on the GitHub and to run python/bin/fab client_name deploy.

Also, you can add such function to the fabfile.py to upgrade all clients machines:

def all_clients():
    env.hosts = ['clent1', 'client2', ...]

Development

Update microblog/changelog.yml to track changes.