init docker cofig,
This commit is contained in:
74
002_source/README.md
Normal file
74
002_source/README.md
Normal file
@@ -0,0 +1,74 @@
|
||||
# README
|
||||
|
||||
## to start production
|
||||
|
||||
```bash
|
||||
# start docker before hand
|
||||
$ ./dc_build.sh
|
||||
|
||||
$ ./dc_up.sh
|
||||
```
|
||||
|
||||
## to start develop
|
||||
|
||||
```bash
|
||||
#
|
||||
$ ./dc_build.sh
|
||||
$ ./dc_dev.sh
|
||||
$ docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d pocketbase api_ts --remove-orphans
|
||||
$ docker compose logs -f pocketbase api_ts
|
||||
```
|
||||
|
||||
## test api endpoint
|
||||
|
||||
```bash
|
||||
# browse to http://localhost:3000/helloworld
|
||||
```
|
||||
|
||||
```bash
|
||||
# start docker before hand
|
||||
|
||||
$ cd 002_source
|
||||
$ ./dev.sh
|
||||
|
||||
# docker containers up
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## deprecated
|
||||
|
||||
```bash
|
||||
# mobile
|
||||
$ cd 002_source/mobile
|
||||
$ pnpm run dev
|
||||
|
||||
# cms
|
||||
$ cd 002_source/cms
|
||||
$ npm run dev
|
||||
```
|
||||
|
||||
ideation
|
||||
prototyping
|
||||
testing
|
||||
production deployment
|
||||
evaluation
|
||||
monitoring
|
||||
|
||||
## addresses
|
||||
|
||||
```
|
||||
mobile:
|
||||
http://localhost:5173
|
||||
|
||||
pocketbase:
|
||||
http://localhost:8090/_
|
||||
|
||||
cms:
|
||||
http://localhost:3000
|
||||
|
||||
documentation
|
||||
http://localhost:3001
|
||||
```
|
||||
|
||||
extend to vocabularies
|
Reference in New Issue
Block a user