GitXplorerGitXplorer
g

barnamy

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9ea0d219976a7a5cf34f0452d991629256c15677

Improve wevserver for sharing files

jjamesaxl committed 9 years ago
Unverified
145f65297ab412c50a9e246912ceeffdf518deab

barnamy:improve code, add ignore and uningnore

jjamesaxl committed 9 years ago
Unverified
80ccd98120fccb292665dc127c93c252ad5caef8

New blood join this earth

jjamesaxl committed 9 years ago
Unverified
343fa7119d06ea590fb005a35b0d74f5e95036d5

Initial commit

jjamesaxl committed 9 years ago

README

The README file for this repository.

barnamy

barnamy for the love of community

Install

SERVER SIDE

It is better to create a virtual env for python2 and use pip to install this requires modules \1* bcrypt \2* mongoengine (if you want mongodb) \3* msgpack-python \4* MySQL-python (if you want mariadb) \5* psycopg2cffi (if you want postgresql with pypy) \6* pymongo (if you want mongodb) \7* pyOpenSSL \8* schema \9* service-identity \10* SQLAlchemy \11* structlog \12* Twisted

It contains two executed files barnamyd the server and barnamy_samrt, it will help you to manage your server.

CLIENT SIDE

For Gnu/Linux operating system you should install these modules for pyhton version 2, do not install by hand if you do not know how your system works, It better to install them from your distribution package manager. \1* bcrypt \2* msgpack-python \3* pyOpenSSL \5* service-identity \6* Twisted \7* Gtk3 \8* python-gstreamer (version 1)

It contains two files barnamyc the client and bsft (Barnamy Settings First Time) it helps you to configure barnamy when you first time run it or for changing settings without connecting to the server.