소스 검색

update docs

tags/v1.5.4
Jonathan Cobb 4 년 전
부모
커밋
703fb80158
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. +5
    -3
      docs/dev_vagrant.md

+ 5
- 3
docs/dev_vagrant.md 파일 보기

@@ -68,9 +68,11 @@ vagrant ssh
```

## Developing
You can develop directly on the source files in the `${HOME}/bubble` folder, and
recompile and build things there, OR you can develop locally on the host and periodically
synchronize your source and/or build assets to the Vagrant box.
You can develop directly on the Vagrant box by editing the source files in `${HOME}/bubble`, then
building and running from there.

Alternatively, you can develop locally on the host and periodically synchronize your source
and/or build assets to the Vagrant box, where you then (maybe build and) run the Bubble API.

The `/vagrant` directory on the Vagrant guest box is a shared folder. On the host side, it
is the directory that the `Vagrantfile` is in (the top-level of the bubble repository).


불러오는 중...
취소
저장