-
Notifications
You must be signed in to change notification settings - Fork 3
Installing
Jason Bertsche edited this page Dec 21, 2021
·
2 revisions
- JDK
-
SBT
- Get SBT onto your
$PATH
- Get SBT onto your
- NPM (best acquired through NVM)
- Once NVM is set up, set your global NPM
- Clone it
- Enter the repository and checkout the
wip-hnw
branch - Execute
sbt run
- Query http://localhost:9000 in your browser
- The first time, it may take a couple of minutes to download, compile, and load
- Make sure that you have Galapagos already running
- Clone HubNet Web
- Enter the repository and run
npm install
- Afterwards, run
./lint
; if it has nothing to say, the JS side of things is set up correctly
- Afterwards, run
- Execute
sbt run
- Query http://localhost:8080 in your browser