-
-
Notifications
You must be signed in to change notification settings - Fork 255
Local Installation (Advanced)
Koushik Dutta edited this page May 8, 2023
·
7 revisions
- Node v16 (other versions, including v17, may not work)
- Other various dependencies can be found in the Scrypted Linux Dockerfile or the Mac install script.
# Verify node version ~v16.13.0
node -v
# node should come with "npx".
# install and start the scrypted server
npx -y scrypted serve
# visit https://localhost:10443/ in a browser
npx scrypted serve
will install scrypted to your $HOME/.scrypted
, and will contain the following directories:
-
volume
- the database -
node_modules
- the app
Scrypted Docs have moved. Please visit https://docs.scrypted.app.