|
@@ -1,7 +1,3 @@
|
1
|
|
-[![Build Status](https://travis-ci.org/tracim/tracim_backend.svg?branch=master)](https://travis-ci.org/tracim/tracim_backend)
|
2
|
|
-[![Coverage Status](https://coveralls.io/repos/github/tracim/tracim_backend/badge.svg?branch=master)](https://coveralls.io/github/tracim/tracim_backend?branch=master)
|
3
|
|
-[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tracim/tracim_backend/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/tracim/tracim_backend/?branch=master)
|
4
|
|
-
|
5
|
1
|
tracim_backend
|
6
|
2
|
==============
|
7
|
3
|
|
|
@@ -32,11 +28,11 @@ for better preview support:
|
32
|
28
|
|
33
|
29
|
get source from github:
|
34
|
30
|
|
35
|
|
- git clone https://github.com/tracim/tracim_backend.git
|
|
31
|
+ git clone https://github.com/tracim/tracim_v2.git
|
36
|
32
|
|
37
|
|
-go to *tracim_backend* directory:
|
|
33
|
+go to *backend* subdirectory:
|
38
|
34
|
|
39
|
|
- cd tracim_backend
|
|
35
|
+ cd backend
|
40
|
36
|
|
41
|
37
|
### Setup Python Virtualenv ###
|
42
|
38
|
|
|
@@ -163,12 +159,4 @@ For example, with default config:
|
163
|
159
|
|
164
|
160
|
In Tracim, only some user can access to some informations, this is also true in
|
165
|
161
|
Tracim REST API. you can check the [roles documentation](doc/roles.md) to check
|
166
|
|
-what a specific user can do.
|
167
|
|
-
|
168
|
|
-
|
169
|
|
-CI
|
170
|
|
----
|
171
|
|
-
|
172
|
|
-* Code quality: https://scrutinizer-ci.com/g/tracim/tracim_backend/
|
173
|
|
-* Test validation: https://travis-ci.org/tracim/tracim_backend
|
174
|
|
-* Code coverage: https://coveralls.io/github/tracim/tracim_backend
|
|
162
|
+what a specific user can do.
|