Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 438 Bytes

Installation

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt 
python mailman_api.py

Deploy

First you need to have your public key in /home/gitdeploy/.ssh/authorized_keys on the server.

Then, to deploy via login.neuf.no, add the following to your personal ~/.ssh/config

Host lynx.neuf.no
  User gitdeploy
  ForwardAgent yes
  ProxyCommand ssh -W %h:%p login.neuf.no -l USERNAME