Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Installing and running homebase non-globally … #8

Open
fooness opened this issue Jun 3, 2018 · 1 comment
Open

Installing and running homebase non-globally … #8

fooness opened this issue Jun 3, 2018 · 1 comment

Comments

@fooness
Copy link

fooness commented Jun 3, 2018

Is there any way to npm install homebase/dathttpd non-globally to use this wonderful service on shared servers as e.g. uberspace where users don’t have root privileges and cannot use—or modify—the default http and https ports 80 and 443 (which are defined by other services like apache, nginx, et cetera)?

@pfrazee
Copy link
Member

pfrazee commented Jun 6, 2018

Sure, though it depends on how you want to use it.

You can clone the repository using git, then run npm install inside that directory, and then run it with npm start.

Alternatively, you can install global npm apps/modules without needing root access by following this guide.

You can also configure the ports that homebase uses (see the readme for info on that).

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

No branches or pull requests

2 participants