Skip to content

Commit

Permalink
update README.md of mac installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Nov 2, 2024
1 parent a54b50f commit e29d895
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions scripts/mac_installer/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
## Mac Installer

### Sort of Questions
- Q: *What is the equivalent of the systemd service used for controlling the running process?*

- Q: *What is the equivalent of the systemd service used for controlling the running process?*
A: No systemd service there. User just should run app from menu or desktop shortcut.
- Q: *How do you manually start and stop skywire via this framework?*


- Q: *How do you manually start and stop skywire via this framework?*
A: Running by shortcut on desktop or menu.
- Q: *How do you enable or disable skywire starting at boot?*


- Q: *How do you enable or disable skywire starting at boot?*
A: Not available by UI or other things. Should add it manually by user to startup items.
- Q: *What is the default config file path?*


- Q: *What is the default **config file** path?*
A: `/Users/{user}/Library/Application Support/Skywire/skywire-config.json`
- Q: *What is included in the packaging besides skywire? (i.e. scripts, services, batch files, etc.)*


- Q: *What is the default **local** and **dmsghttp-server** path?*
A: `/Library/Applicaton Support/Skywire`

- Q: *What is the default **logs** path?*
A: `/Users/{user}/Library/Logs/Skywire/visor.log`

- Q: *What is included in the packaging besides skywire? (i.e. scripts, services, batch files, etc.)*
A: - a bash script called **Skywire** that include a command to run skywire-visor on config. (Line 82 of create_installer.sh)
- Q: *Where are the sources for the build of the installer or package?*


- Q: *Where are the sources for the build of the installer or package?*
A: `scripts\mac_installer`
- Q: *What are the dependencies required to build either of these? mac package*


- Q: *What are the dependencies required to build either of these? mac package*
A: nothing

0 comments on commit e29d895

Please sign in to comment.