https://github.com/wttech/habit-installer
Shell scripts and Docker configuration for quick Habit Server setup
https://github.com/wttech/habit-installer
Last synced: about 1 year ago
JSON representation
Shell scripts and Docker configuration for quick Habit Server setup
- Host: GitHub
- URL: https://github.com/wttech/habit-installer
- Owner: wttech
- Created: 2022-08-30T11:27:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T11:32:22.000Z (over 3 years ago)
- Last Synced: 2025-01-25T19:42:12.168Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Habit installer
## Prerequisites
### Docker
### Docker Swarm
Once Docker is ready you have to initialize the Swarm mode.
Execute `docker swarm init`
If you encounter message displayed below then your Docker is already in Swarm mode and you don't have to do anything.
```
Error response from daemon: This node is already part of a swarm. Use "docker swarm leave" to leave this swarm and join another one.
```
## Installing
`sh install.sh`
## Upgrading
Uninstall Habit. Wait a few seconds and install the new version.
## Uninstalling
`sh uninstall.sh`