Commit 1ce3523d886ac186fa362f9bfb0ccd5edbc291cb
1 parent
e7097773
Exists in
colab
and in
2 other branches
Fix markdown syntax on HACKING
Showing
1 changed file
with
2 additions
and
6 deletions
Show diff stats
HACKING.md
... | ... | @@ -43,7 +43,7 @@ |
43 | 43 | |
44 | 44 | ### How to run the test suite |
45 | 45 | |
46 | - `rake` | |
46 | + rake | |
47 | 47 | |
48 | 48 | ### Services (job queues, cache servers, search engines, etc.) |
49 | 49 | |
... | ... | @@ -52,25 +52,21 @@ |
52 | 52 | By default Mezuro will expect it to be running on port 8082 at localhost. |
53 | 53 | In order to run it as expected, run on two different terminal instances: |
54 | 54 | |
55 | - ```bash | |
56 | 55 | RAILS_ENV=local rails s -p 8082 |
57 | 56 | RAILS_ENV=local rake jobs:work |
58 | - ``` | |
59 | 57 | |
60 | 58 | - _Kalibro Configurations_ - [version 2.1.0](https://github.com/mezuro/kalibro_configurations/archive/v2.1.0.zip). |
61 | 59 | You can find the latest changes directly on the [repository](https://github.com/mezuro/kalibro_configurations). |
62 | 60 | By default Mezuro will expect it to be running on port 8083 at localhost. |
63 | 61 | In order to run it as expected, run: |
64 | 62 | |
65 | - ```bash | |
66 | 63 | rails s -p 8083 |
67 | - ``` | |
68 | 64 | |
69 | 65 | ### Deployment instructions |
70 | 66 | |
71 | 67 | Deployment is made through Capistrano (https://github.com/capistrano/capistrano) |
72 | 68 | |
73 | - `cap production deploy` | |
69 | + cap production deploy | |
74 | 70 | |
75 | 71 | In order to do this, you must have the password. |
76 | 72 | ... | ... |