Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2754)

Delta Between Two Patch Sets: HACKING

Issue 7030056: Update HACKING to reflect current state.
Left Patch Set: Created 11 years, 2 months ago
Right Patch Set: Update HACKING to reflect current state. Created 11 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | [revision details] » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 =========== 1 ===========
2 Development 2 Development
3 =========== 3 ===========
4 4
5 Here is how to develop on this codebase. 5 Here is how to develop on this codebase.
6 6
7 Developer Install 7 Developer Install
8 ================= 8 =================
9 9
10 Juju GUI uses nodejs based development tools. 10 Juju GUI uses nodejs based development tools.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 default: dev 64 default: dev
65 environments: 65 environments:
66 dev: 66 dev:
67 type: local 67 type: local
68 data-dir: /home/kapil/.juju/local 68 data-dir: /home/kapil/.juju/local
69 admin-secret: b3a5dee4fb8c4fc9a4db04751e5936f4 69 admin-secret: b3a5dee4fb8c4fc9a4db04751e5936f4
70 default-series: precise 70 default-series: precise
71 juju-origin: ppa 71 juju-origin: ppa
72 api-port: 8081 72 api-port: 8081
73 73
74
frankban 2013/01/03 15:21:37 Is this blank line required?
bac 2013/01/03 16:14:12 I'm quite fond of that blank line but will honor y
75 Note that juju-origin is set to the ppa, the api server runs outside of 74 Note that juju-origin is set to the ppa, the api server runs outside of
76 the container, and it is launched using whichever branch you're using. 75 the container, and it is launched using whichever branch you're using.
77 76
78 Also note that the api-port should be set at 8081, which the gui's 77 Also note that the api-port should be set at 8081, which the gui's
79 initial environment connection currently defaults to. 78 initial environment connection currently defaults to.
80 79
81 You'll need to bootstrap the local environment, and deploy one service. 80 You'll need to bootstrap the local environment, and deploy one service.
82 The api server needs access to the provisioning credentials which are 81 The api server needs access to the provisioning credentials which are
83 lazily initialized in juju upon usage. 82 lazily initialized in juju upon usage.
84 83
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 Set this to any non-empty value to force the Makefile to believe that the 203 Set this to any non-empty value to force the Makefile to believe that the
205 current code tree has no changes. Example usage:: 204 current code tree has no changes. Example usage::
206 205
207 $ BRANCH_IS_CLEAN=1 make dist 206 $ BRANCH_IS_CLEAN=1 make dist
208 207
209 BRANCH_IS_GOOD 208 BRANCH_IS_GOOD
210 Set this to any non-empty value to force the Makefile to bypass checks of 209 Set this to any non-empty value to force the Makefile to bypass checks of
211 IS_TRUNK_BRANCH and BRANCH_IS_CLEAN. Example usage:: 210 IS_TRUNK_BRANCH and BRANCH_IS_CLEAN. Example usage::
212 211
213 $ BRANCH_IS_GOOD=1 make dist 212 $ BRANCH_IS_GOOD=1 make dist
LEFTRIGHT
« no previous file | [revision details] » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b