Kinto / kinto-alwaysdata

Deploy a Kinto on AlwaysData automatically.

Home Page:https://admin.alwaysdata.com/site/add/?application=29

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an endpoint to pass the login information and generate a status ⛌ or ✓

Natim opened this issue · comments

The endpoint should start the job and return a task ID and then another endpoint should contain the status of deployment for the given task ID.

http POST /install/ --auth login:password
HTTP 202 Accepted
http GET /status/ --auth login:password
HTTP 200 OK
{
    "status": "deployed",
    "dest": "https://bla.alwaysdata.net/v1/
}