If you get stuck at any step, have a quick look at F.A.Q part.
Follow documentation here to install docker.
| - Mail server | |
| - Set configuration mail | |
| - Test send mail | |
| - Users management | |
| - Create with quick form | |
| - List users | |
| - Create with full form | |
| - LDAP server | |
| - Set LDAP configuration. | |
| _ Modules management |
| # Use one of plugin managers | |
| Vim-Plug | |
| NeoBundle | |
| Vundle | |
| Pathogen | |
| Vim-Addon-Manager | |
| ## Install plugins | |
| ### Add lines in .vimrc |
| chamerling@macbook-air-de-christophe:~/src/openpaas/rse-chamerling|CAL-605-rename-events⚡ | |
| ⇒ curl -XDELETE 'http://localhost:9200/users.idx/' | |
| {"acknowledged":true}% chamerling@macbook-air-de-christophe:~/src/openpaas/rse-chamerling|CAL-605-rename-events⚡ | |
| ⇒ node ./bin/cli.js elasticsearch -i users | |
| debug: local/SUBSCRIBE to mongodb:connectionAvailable | |
| [CLI] INFO ElasticSearch has been configured | |
| chamerling@macbook-air-de-christophe:~/src/openpaas/rse-chamerling|CAL-605-rename-events⚡ | |
| ⇒ node ./bin/cli.js reindex -t users |
| "settings": { | |
| "analysis": { | |
| "filter": { | |
| "nGram_filter": { | |
| "type": "nGram", | |
| "min_gram": 1, | |
| "max_gram": 20, | |
| "token_chars": [ | |
| "letter", | |
| "digit", |
| 'use strict'; | |
| module.exports = dependencies => { | |
| const coreESListeners = dependencies('coreElasticsearch').listeners; | |
| const denormalize = require('./denormalize')(dependencies); | |
| return { | |
| register | |
| }; |
| {"swagger":"2.0","info":{"title":"OpenPaaS","description":"OpenPaaS API","version":"0.1"},"host":"localhost:8080","basePath":"/api/v0.1","consumes":["application/json"],"produces":["application/json"],"paths":{"/activitystreams/{as_uuid}":{"get":{"tags":["ActivityStreams"],"description":"Gets the timeline of an activity stream from its uuid.","parameters":[{"$ref":"#/parameters/as_uuid"},{"$ref":"#/parameters/as_before"},{"$ref":"#/parameters/as_after"},{"$ref":"#/parameters/as_limit"}],"responses":{"200":{"$ref":"#/responses/as_timeline"},"400":{"$ref":"#/responses/cm_400"},"401":{"$ref":"#/responses/cm_401"},"404":{"$ref":"#/responses/cm_404"},"500":{"$ref":"#/responses/cm_500"}}}},"/activitystreams/{as_uuid}/resource":{"get":{"tags":["ActivityStreams"],"description":"Gets the resource associated with the activitystream.","parameters":[{"$ref":"#/parameters/as_uuid"}],"responses":{"200":{"$ref":"#/responses/as_resource"},"400":{"$ref":"#/responses/cm_400"},"401":{"$ref":"#/responses/cm_401"},"404":{"$ref":" |
| DATE_WEEK="2020-09-21T00:00:00-07:00" | |
| DATE_MONTH="2020-09-01T00:00:00-07:00" | |
| WORK_SPACE="/home/tlcong/workspace/linagora"; | |
| echo "Please enter author's email: " | |
| read AUTHOR | |
| echo "Do you want to pull latest of codes(yes/no):" | |
| read PULL_LATEST_CODE | |
| echo "Calculating..." |