Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hosting on own computer #10

Closed
weneten opened this issue Sep 12, 2022 · 5 comments
Closed

hosting on own computer #10

weneten opened this issue Sep 12, 2022 · 5 comments

Comments

@weneten
Copy link

weneten commented Sep 12, 2022

is it possible to host this on my windows 11 computer? thanks in advance!

@DisboxApp
Copy link
Owner

DisboxApp commented Sep 19, 2022

Yeah! It's actually pretty simple (if you've worked with node before), I'll work on a guide, but for the meanwhile here's some instructions:

For the server, clone it, install the dependencies with npm install, and run it with node disbox-server.js,

Then for the client, clone it and edit the SERVER_URL const to your own server address, install the dependencies with npm install, and then run it with npm start.

If you want to access it online, you can host the server on something like azure and then fork the client and host it on github pages.

@weneten
Copy link
Author

weneten commented Sep 23, 2022

Thank you so much! Great work!

@Enigma1309
Copy link

Hey, i don't have any knowledge about node and npm as such, i'm not able to run this,
image
idk why there are so much vulnerabilities in packages.....anyways
After searching on web, people told to go to localhost:8080 but i'm unable to acess it please help

@Codex1234678
Copy link

when I go in localhost:8080/web I get this error ; Cannot GET /web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@weneten @Enigma1309 @Codex1234678 @DisboxApp and others