summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2016-12-22 15:57:20 -0200
committerGitHub <noreply@github.com>2016-12-22 15:57:20 -0200
commitfaa7a2326816d4899d0e9667daf5ececbb72666e (patch)
tree13e9032f606ab4039f9387bba0d7de0aad639755 /README.md
parentd4f8e9fb46cb27940781cbf45e0766fbc80e1493 (diff)
Adds link to 'Furter Notes' and 'See the results'
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index f36632ea..7bf95b12 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Type your password:
******** (the one you created in previous step)
```
-**Note**: For more convenience during development, you can also create a config file with your credentials (see **Further Notes**).
+**Note**: For more convenience during development, you can also create a config file with your credentials (see [**Further Notes**](https://github.com/pixelated/pixelated-user-agent/blob/master/README.md#further-notes)).
4b) If you don't have a `dev.pixelated-project.org` account or just want to connect to our `try.pixelated-project.org` environment, we have some sample configurations for you.
@@ -108,6 +108,14 @@ To run the functional tests:
7) You're all set! We've prepared [a couple of issues labeled "Volunteer Task"](https://github.com/pixelated/pixelated-user-agent/labels/Volunteer%20task) that are a good place to dive into the project. Happy Hacking!
+## How do I see the result of my changes?
+
+For all **Python changes**, you will need to kill (Ctrl-C) the server and run `$ pixelated-user-agent --host 0.0.0.0` again.
+
+For most **JavaScript** or **HTML changes**, you will just need to reload the browser.
+
+For most **CSS or Handlebars templates changes**, you will also need to run: `$ cd /vagrant/web-ui && ./go build`
+
## Option 2: Pixelated User Agent + Leap Platform
You can install the Pixelated User Agent and the Leap Platform at once, just by running the following command on your console (this may take a while, please be patient):
@@ -137,14 +145,6 @@ To fix it, add the path to your GPG binary to your $PATH so that it is found bef
See also, installations on native OS [below](#developer-setup-on-native-os).
-## How do I see the result of my changes?
-
-For all **Python changes**, you will need to kill (Ctrl-C) the server and run `$ pixelated-user-agent --host 0.0.0.0` again.
-
-For most **JavaScript** or **HTML changes**, you will just need to reload the browser.
-
-For most **CSS or Handlebars templates changes**, you will also need to run: `$ cd /vagrant/web-ui && ./go build`
-
## I think I might be able to hack together a quick-and-dirty lo-fi solution for the issue I’m working with… what do I do?
Do it the easy way first, and submit a pull request as a “work in progress” as soon as you have a quick-and-dirty solution (or even an unfinished solution) — that means you can get feedback from the other developers about whether you’re heading in the right direction sooner rather than later. Include “WIP” (work in progress) in the description of your pull request and ask for review, or feedback on anything specific.
@@ -218,7 +218,7 @@ $ cd pixelated-user-agent && source ~/.virtualenv/user-agent-venv/bin/activate
Please note that you will have to activate the virtualenv anytime you work on a different terminal. This is done by simply running `$ source ~/.virtualenv/user-agent-venv/bin/activate` first.
-Running the user agent and the various tests are the same as in the vagrant setup in step 5) and 8) above.
+Running the user agent and the various tests are the same as in the vagrant setup in step 4) and 6) above.
### On Debian distributions