https://github.com/twisterarmy/twister-cli-installer
Command-line Intallation Manager
https://github.com/twisterarmy/twister-cli-installer
bash cli command-line-tool installer microblogging p2p twister
Last synced: 7 months ago
JSON representation
Command-line Intallation Manager
- Host: GitHub
- URL: https://github.com/twisterarmy/twister-cli-installer
- Owner: twisterarmy
- License: mit
- Created: 2021-03-01T10:39:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:47:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T23:46:38.989Z (9 months ago)
- Topics: bash, cli, command-line-tool, installer, microblogging, p2p, twister
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twister-cli-installer
Command-line Installation Manager
### Features
* Install required system dependencies
* Download latest twister-core and twister-html: `miguelfreitas` or `twisterarmy` edition
* Compile twister-core binaries (ARM processors including)
* Remote/local node configuration
* SSL certificate configuration (optional)
* Firewall setup (optional)
* Create systemd service (optional)### Supported OS
Debian 9+ (untested)
Ubuntu 20.04+### Algorithms
https://github.com/twisterarmy/documentation/wiki/Remote-Twister-Node-setup-(Ubuntu-Debian)
### Source
https://github.com/angristan/openvpn-install
### Usage
Run `debian/install.sh` script by user you want to run twister and answer manager questions.
### License
MIT License
Copyright (c) 2021 Community Twister Movement
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.