/agent

Works with https://github.com/frappe/press

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Agent

Installation

mkdir agent && cd agent
git clone https://github.com/frappe/agent repo
virtualenv env
source env/bin/activate
pip install -e ./repo
cp repo/redis.conf .
cp repo/Procfile .

Running

honcho start