git clone https://gist.github.com/dd6f95398c1bdc9f1038.git vault
cd vault
docker-compose up -d
export VAULT_ADDR=http://192.168.99.100:8200
Initializing a vault:
vault init
!#/bin/bash | |
# This script is for creating file hosting endpoint on a linux machine. | |
NEW_FILESTORE_NAME=xxxfiles # (e.g. user1files) | |
NEW_USER=xxx # (e.g. user) | |
NEW_PASS=xxx # passowrd for NEW_USER | |
DOMAIN=example.com | |
set -e |
git clone https://gist.github.com/dd6f95398c1bdc9f1038.git vault
cd vault
docker-compose up -d
export VAULT_ADDR=http://192.168.99.100:8200
Initializing a vault:
vault init
Visit my blog or connect with me on Twitter
git init
or
E.g. Repo root: /var/lib/mercurial-server/repos
When you use amqp as result backend, it will create a new temporary queue for every result corresponding to each tasks that worker consumes.
If you are not interested in the result, you can try CELERY_IGNORE_RESULT = True
setting.
The temporary queue will last for 24 hours by default. You can try setting CELERY_TASK_RESULT_EXPIRES= for that.
For details see ext-link
For details see Quickstart: uploading, testing, pushing releases
Update C:\Users\username\pip\pip.ini on Windows 8/10, or ~/.config/pip/pip.conf on Linux
[global]
For details see https://www.rabbitmq.com/install-debian.html
# Stop RabbitMQ
$ rabbitmqctl stop
#Change /etc/hosts