13 lines
206 B
Markdown
13 lines
206 B
Markdown
# File Store Developer Note
|
|
|
|
Deployment & Run
|
|
|
|
```
|
|
git clone http://kiritow.com:3000/kiritow/filestore
|
|
cd filestore
|
|
cp config/config.json.example config/config.json
|
|
vim config.json
|
|
npm install
|
|
node app
|
|
```
|