repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | ## Single command to rule them all, |
| #2 | |
| #3 | ```bash |
| #4 | docker run -d --name embedchain -p 8080:8080 embedchain/rest-api:latest |
| #5 | ``` |
| #6 | |
| #7 | ### To run the app locally, |
| #8 | |
| #9 | ```bash |
| #10 | # will help reload on changes |
| #11 | DEVELOPMENT=True && python -m main |
| #12 | ``` |
| #13 | |
| #14 | Using docker (locally), |
| #15 | |
| #16 | ```bash |
| #17 | docker build -t embedchain/rest-api:latest . |
| #18 | docker run -d --name embedchain -p 8080:8080 embedchain/rest-api:latest |
| #19 | docker image push embedchain/rest-api:latest |
| #20 | ``` |
| #21 | |
| #22 |