浏览代码

update cli doc

Guénaël Muller 7 年前
父节点
当前提交
5a7c79df7f
共有 1 个文件被更改,包括 8 次插入5 次删除
  1. 8 5
      doc/cli.md

+ 8 - 5
doc/cli.md 查看文件

1
-## TracimCli ##
1
+# TracimCli #
2
 
2
 
3
 Tracim has a build-in command line tool.
3
 Tracim has a build-in command line tool.
4
 
4
 
6
 
6
 
7
 This document is intended to developers or sysadmin.
7
 This document is intended to developers or sysadmin.
8
 
8
 
9
-In order to use the `tracimcli` commands, change your current directory to be `tracim/` from the root of the project, also usually named `tracim/` 
9
+In order to use the `tracimcli` commands, go to the root of the project and
10
 and active the Tracim virtualenv:
10
 and active the Tracim virtualenv:
11
 
11
 
12
-    user@host:~/tracim_backend$ cd tracim/
13
-    user@host:~/tracim_backend/tracim$ source env/bin/activate
14
-    (env) user@host:~/tracim_backend/tracim$
12
+    user@host:~/tracim_backend$ source env/bin/activate
13
+    (env) user@host:~/tracim_backend$
15
 
14
 
16
 ## Database ##
15
 ## Database ##
17
 
16
 
38
 
37
 
39
     tracimcli -h
38
     tracimcli -h
40
     
39
     
40
+## Run services ##
41
 
41
 
42
+### Webdav wsgidav server ###
43
+
44
+    tracimcli webdav start
42
 
45
 
43
 
46