mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
23 lines
446 B
Markdown
23 lines
446 B
Markdown
# appmgr
|
|
|
|
# Instructions
|
|
|
|
Clone the repo and enter the appmgr directory
|
|
|
|
`git clone https://github.com/Start9Labs/embassy-os.git`
|
|
|
|
`cd embassy-os/appmgr`
|
|
|
|
Install the portable version of appmgr
|
|
|
|
`cargo install --path=. --features=portable --no-default-features`
|
|
|
|
## Exit Codes
|
|
1. General Error
|
|
2. File System IO Error
|
|
3. Docker Error
|
|
4. Config Spec violation
|
|
5. Config Rules violation
|
|
6. Requested value does not exist
|
|
7. Invalid Backup Password
|