Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // To install
- # You need Maven (https://pastebin.com/xdcMjbRT)
- # You need Java (https://pastebin.com/QciQuZYS)
- # You need NodeJS (https://pastebin.com/Rf1vVKsR)
- # You need PostgreSQL (https://pastebin.com/hf61pyhi)
- mkdir /home/Hangar
- cd /home/Hangar
- git init
- git remote add origin https://github.com/HangarMC/Hangar.git
- git pull origin staging
- cd frontend
- pnpm install
- pnpm nuxt build
- bash
- cd .output/server
- pnpm install
- exit
- node .output/server/index.mjs
- cd /home/Hangar/backend
- mvn spring-boot:run
- // To uninstall
- rm -r /home/Hangar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement