https://github.com/hacksu/server
A collection of tools to setup and manage HacKSU and KHE Servers
https://github.com/hacksu/server
Last synced: about 1 year ago
JSON representation
A collection of tools to setup and manage HacKSU and KHE Servers
- Host: GitHub
- URL: https://github.com/hacksu/server
- Owner: hacksu
- Created: 2022-11-16T03:24:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T21:03:53.000Z (about 3 years ago)
- Last Synced: 2025-01-05T10:12:20.668Z (about 1 year ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# server
```bash
git clone https://github.com/hacksu/server
cd server
bash scripts/setup.sh
```
```bash
# setup nodejs, npm, mongodb, pm2
bash scripts/setup.sh
```
```bash
# configure ssh to use github teams
bash scripts/teams-ssh.sh
```