instructions for non-root local install

This commit is contained in:
Michael K Johnson 2021-02-24 19:51:42 -05:00
commit 1fb42cbc67

View file

@ -1,6 +1,6 @@
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/gridspace3d?locale.x=en_US) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/gridspace3d?locale.x=en_US)
Contributions in all forms (code, bug reports, community engagenment, cash money, etc) are warmly welcomed. They all go to the bottom line of making better apps. Contributions in all forms (code, bug reports, community engagement, cash money, etc) are warmly welcomed. They all go to the bottom line of making better apps.
[![Discord](https://img.shields.io/discord/688863523207774209)](https://discord.com/channels/688863523207774209/688863523211968535) [![Discord](https://img.shields.io/discord/688863523207774209)](https://discord.com/channels/688863523207774209/688863523211968535)
![GitHub](https://img.shields.io/github/license/GridSpace/grid-apps) ![GitHub](https://img.shields.io/github/license/GridSpace/grid-apps)
@ -54,6 +54,21 @@ to start a local instance of the apps. then open
[Kiri:Moto](http://localhost:8080/kiri) or [Kiri:Moto](http://localhost:8080/kiri) or
[Meta:Moto](http://localhost:8080/meta) on your local host [Meta:Moto](http://localhost:8080/meta) on your local host
Alternatively, if you are using a packaged version of npm that ships with
a Linux distribution, but still want to install in your home directory, you
can use
```
npm config set prefix ~/.local
```
If gs-app-server is not found, then perhaps ~/.local/bin is not in
your path. You can either add it to your path, or you can run:
```
~/local/bin/gs-app-server --debug
```
### Windows Developers ### Windows Developers
this git repo requires symbolic link support. on Windows, this means you have to clone the repo in a command shell with Administrator privileges. this git repo requires symbolic link support. on Windows, this means you have to clone the repo in a command shell with Administrator privileges.