Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sketch #2

Closed
17 of 20 tasks
Clivern opened this issue Dec 25, 2018 · 3 comments
Closed
17 of 20 tasks

Sketch #2

Clivern opened this issue Dec 25, 2018 · 3 comments
Assignees

Comments

@Clivern
Copy link
Member

Clivern commented Dec 25, 2018

@Clivern Clivern pinned this issue Dec 26, 2018
@Clivern Clivern unpinned this issue Dec 26, 2018
@Clivern Clivern changed the title Roadmap Sketch Dec 26, 2018
@Clivern Clivern pinned this issue Jan 1, 2019
@Clivern
Copy link
Member Author

Clivern commented Jan 2, 2019

# RabbitMQ
docker pull rabbitmq
docker run -d --hostname my-rabbit --name some-rabbit -p 4369:4369 -p 5671:5671 -p 5672:5672 -p 15672:15672 rabbitmq
docker exec some-rabbit rabbitmq-plugins enable rabbitmq_management

# Login at http://localhost:15672/ (or the IP of your docker host)
# using guest/guest

# Redis
docker run -d --name redis -p 6379:6379 redis

@Clivern Clivern unpinned this issue Jan 3, 2019
@Clivern Clivern self-assigned this Jan 21, 2019
@Clivern Clivern pinned this issue Feb 27, 2019
@Clivern Clivern unpinned this issue Feb 27, 2019
@Clivern
Copy link
Member Author

Clivern commented Mar 7, 2019

Open Source Labels

category/devops
category/backend
category/frontend
category/report
category/unit-test

level/easy
level/hard
level/medium

priority/high
priority/highest
priority/low
priority/lowest
priority/medium

stage/analysis
stage/backlog
stage/cancelled
stage/in-progress
stage/review
stage/testing

status/blocked
status/duplicated
status/impediment
status/needs-fixing

type/bug
type/improvement
type/new-feature
type/sub-task
type/awaiting-more-evidence
type/enhancement
type/invalid
type/question

release/1.x.x

help wanted

@Clivern
Copy link
Member Author

Clivern commented Apr 19, 2019

Running Flower

# Run Celery
celery -A app worker --loglevel=info -n workerX

# Run Flower
pip3 install flower
flower -A app worker --port=5555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant