Skip to content

swhite-oreilly/celeryman

 
 

Repository files navigation

celeryman

The celeryman service [tell us what this service will do, don't be shy]

Quickstart

celeryman is based on the microservice chassis. For more information about the chassis and its available commands, please consult the chassis documentation.

If you've never logged into our Docker registry, you can configure your Docker daemon to use your Google credentials:

$ gcloud auth configure-docker

(For more information on setting up gcloud, consult our guide).

If you've never set up a ~/.chassis/credentials.json file, you should run the following commands:

$ docker-compose build --pull
$ docker-compose run --rm manage credentials

When you first clone the repository, start it up with:

$ docker-compose build --pull
$ docker-compose up -d database
$ docker-compose run --rm tests
$ docker-compose up

Your service will be running on port at the IP your Docker is running. This will be http://localhost: on Linux or Docker for Mac, or at the address returned by docker-machine ip default if you're using docker-machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.2%
  • HTML 6.6%
  • Dockerfile 5.2%