Merge ~blr/turnip/+git/turnip:turnip-system-deps into turnip:master

Proposed by Kit Randel
Status: Merged
Merged at revision: d36ef098d26533788d76b0e004704745ba1a2f77
Proposed branch: ~blr/turnip/+git/turnip:turnip-system-deps
Merge into: turnip:master
Prerequisite: ~blr/turnip/+git/turnip:fix-rst-warnings
Diff against target: 41 lines (+24/-0)
2 files modified
README (+17/-0)
system-dependencies.txt (+7/-0)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+294756@code.launchpad.net

Commit message

* Improve developer setup instructions.
* Add system-dependencies.txt.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/README b/README
index 0d8528d..7b26510 100644
--- a/README
+++ b/README
@@ -72,6 +72,23 @@ the smart HTTP server to proxy to the standard pack protocol.
72Development72Development
73===========73===========
7474
75Setup
76-----
77
78Create a trusty container (optional)::
79
80 sudo lxc-create -t ubuntu -n turnip.trusty -- -r trusty -a amd64 -b $USER
81
82Run the following::
83
84 sudo add-apt-repository ppa:launchpad/ppa
85 sudo apt-get update
86 cat system-dependencies.txt | sudo xargs apt-get install -y --no-install-recommends
87
88
89Running
90-------
91
75Pack smart-http/ssh services can be started with:92Pack smart-http/ssh services can be started with:
7693
77 python turnipserver.py94 python turnipserver.py
diff --git a/system-dependencies.txt b/system-dependencies.txt
78new file mode 10064495new file mode 100644
index 0000000..87b68e7
--- /dev/null
+++ b/system-dependencies.txt
@@ -0,0 +1,7 @@
1git
2make
3python-pip
4python-virtualenv
5python-dev
6libffi-dev
7libgit2-dev

Subscribers

People subscribed via source and target branches