Skip to content

Commit

Permalink
fast local changes dev section (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: @AbdulRashidReshamwala
  • Loading branch information
birm authored Mar 29, 2020
1 parent 73578c4 commit 92a87e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ We are collecting feedback to write this section in more detail. Please add your
caMicroscope is open source software. Any involvement and contribution with the caMicroscope project is greatly appreciated. Feel free to get directly involved in any of the repositories in the caMicroscope organization.

It is highly recommended to make any changes off of the develop branch of a repository, and, when ready, create a PR to the develop branch of the source repository.

## Fast Local Changes
When using the [hosted setup](https://github.com/camicroscope/Distro/), you can have the distribution host the changes from your local. Clone this repository and the distribution in the same parent directory, in this repo, `mv .nocache.htaccess .htaccess` then replace the viewer section of develop.yml with something like this:
```
viewer:
build: "https://github.com/caMicroscope/caMicroscope.git#develop"
container_name: ca-front
environment:
- cacheoff=true
volumes:
- ../caMicroscope/:/usr/local/apache2/htdocs/
```

0 comments on commit 92a87e7

Please sign in to comment.