Skip to content

Commit

Permalink
Merge pull request #539 from zhuyuanmao/fix-local-dev
Browse files Browse the repository at this point in the history
Fix local development environment
  • Loading branch information
yeasy authored Aug 15, 2023
2 parents 97a0da3 + 8a3a0bc commit 912da7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,6 @@ src/dashboard/functions
src/dashboard/lambda/mock/index.js
.config
.config.old

# Cello local storage
/opt/cello
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Environmental preparation:

If environment is prepared, then we can start cello service.

* Set local storage environment variable, e.g. Use current path as storage path

```bash
$ export CELLO_PATH=$(pwd)/opt/cello
```


* Start service locally

```bash
Expand Down

0 comments on commit 912da7c

Please sign in to comment.