Skip to main content

Helps remote people to accomplish tasks together

Project description

Gather2gether

Helps remote people to accomplish tasks together.

Gather2gether is composed of a

Build Status Quality Gate Status

Install

pip install gather2gether

Alternatives using docker:

Configure

  • Start mysql database
docker run --rm --name g2gdb -p3307:3306 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=gather2gether -e MYSQL_USER=g2g -e MYSQL_PASSWORD=g2g -d mysql:5.7
  • Setup gather2gether.properties

Create anywhere configuration file gather2gether.properties

[database]
host = 127.0.0.1
port = 3307
db_name = gather2gether
user = g2g
password = g2g

Start server

  • Configuration file gather2gether.properties is created in current directory, run:
gather2gether
  • Configuration file gather2gether.properties is created in another directory (suppose /srv/g2g/conf/), run:
G2G_CONF_PATH=/srv/g2g/conf gather2gether

Use cli

g2g --help

Contribute

Install from source

git clone git@github.com:witrdotnet/gather2gether.git
cd gather2gether/
virtualenv .venv (add "-p /usr/bin/pythonX.Y" to specify python version)
source .venv/bin/activate
pip install Jinja2
python setup.py install

Run Tests

With unittest

python -m unittest discover test/

With nosetests

nosetests -v --with-coverage --cover-package=gather2gether --cover-inclusive

Start server

gather2gether

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gather2gether-0.0.4.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

gather2gether-0.0.4-py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page