Task #9143 (closed)
Opened 7 years ago
Closed 4 years ago
Brew: var and etc symlinked
| Reported by: | jamoore | Owned by: | sbesson |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | Deployment | Version: | 5.1.2 |
| Keywords: | n.a. | Cc: | sbesson |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Minimally, brew --prefix omero/var should be symlinked to brew --prefix/var/omero and brew --prefix omero/etc should be symlinked to brew --prefix/etc/omero.
There may be a more "brew-like" way to accomplish this, by putting log files in the "right" place, etc.
Change History (5)
comment:1 Changed 7 years ago by sbesson
comment:2 Changed 7 years ago by jmoore
Sorry, I haven't checked out your latest yet, but I think it should look like this:
/usr/local/var/omero --> /usr/local/Cellar/omero43/4.3/var/ /usr/local/etc/omero --> /usr/local/Cellar/omero43/4.3/etc/ ...
comment:3 Changed 7 years ago by sbesson
- Owner set to sbesson
comment:4 Changed 6 years ago by khgillen
Would be great if a brew upgrade omero would persist the configuration when possible.
josh 20130426 10:41 Kenny (sbesson): that would only work if we copied the config for it off to etc and then symlinked it (or similar)
Josh 20130426 10:41: could do the same for var/log for example, /usr/local/var/omero
comment:5 Changed 4 years ago by sbesson
- Resolution set to fixed
- Status changed from new to closed
- Version set to 5.1.2
Moved to Trello
Linking step of new omero formula results in:
Do we still need to create the omero subfolders?