Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8829a19

Browse filesBrowse files
committed
Removed lib directory. Updated README.md
1 parent e53d7a4 commit 8829a19
Copy full SHA for 8829a19

File tree

Expand file treeCollapse file tree

5 files changed

+8
-613
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+8
-613
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,20 @@ yarn build
117117
export ODOO_HOST=http://0.0.0.0:8069
118118
export PORT=9000
119119
120-
node lib/index.js
120+
node lib/index.js
121+
122+
# Starting Odoo REST API... 9000
121123
```
122-
- Start `postgres`, `odoo` and `odoo REST API`
124+
125+
- Start `postgres`, `odoo` and `odoo REST API` with `docker`
123126

124127
```
125128
docker-compose up
126129
```
127130

128131
```
129132
curl -d '{"db": "odoo", "login": "a.user", "password": "secret" }' -H 'Content-Type: application/json' http://localhost:9000/auth
133+
134+
# prettier print JSON response from curl
135+
curl -d '{"db": "odoo", "login": "a.user", "password": "secret" }' -H 'Content-Type: application/json' http://localhost:9000/auth | json_pp
130136
```

‎lib/index.js

Copy file name to clipboardExpand all lines: lib/index.js
-11Lines changed: 0 additions & 11 deletions
This file was deleted.

‎packages/api/lib/index.js

Copy file name to clipboardExpand all lines: packages/api/lib/index.js
-286Lines changed: 0 additions & 286 deletions
This file was deleted.

‎packages/odoo/lib/index.js

Copy file name to clipboardExpand all lines: packages/odoo/lib/index.js
-18Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.