Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.3 KB

EASY_INSTALL.md

File metadata and controls

51 lines (35 loc) · 1.3 KB

INSTALLATION GUIDE

This guide assumes you want to install system-wide, without pip. The recommended install is still with virtualenv and pip.

This guide comes with no warrenty or assurance of correctness. It's mostly meant as a guideline. Your milage may vary. Many commands assume you have (or can get) root priveldges. Good luck!

install gcc Distro-dependent

install cmake Distro-dependent

install python's protobuf (google) python -m easy_install protobuff

install flask python -m easy_install flask

install pycrypto python -m easy_install pycrypto

These next two need to be from the repos for now, as the patches havent been pushed out yet

install libgit2 git clone git://github.com/libgit2/libgit2.git follow cmake instructions (you must remove old version of libgit2 and it's devel headers)

install pygit2

git clone https://github.com/libgit2/pygit2.git ./pygit2
sudo python setup.py install

install github (python) This is only required if you intend to pull data from github

python -m easy_install pygithub

Groundstation setup Odds are good if you're reading this, you've already done the following, but incase you're viewing this via a browser:

git clone https://github.com/richo/groundstation ./groundstation

cd groundstation

python stationd