diff options
| author | Pitu <[email protected]> | 2021-01-04 01:06:46 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-01-04 01:06:46 +0900 |
| commit | d8af517adc1a032b2b85f38c3739bbd1ff7a29a1 (patch) | |
| tree | 3667aab448a0bf81ce086c1198b6565534826113 /README.md | |
| parent | Merge branch 'dev' (diff) | |
| download | host.fuwn.me-d8af517adc1a032b2b85f38c3739bbd1ff7a29a1.tar.xz host.fuwn.me-d8af517adc1a032b2b85f38c3739bbd1ff7a29a1.zip | |
chore: change yarn for npm
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -27,15 +27,14 @@ This guide asumes a lot of things, including that you know your way around linux - `node` version 12+ - `build-essential` package installed to build dependencies - `ffmpeg` package installed if you want video thumbnails -- `yarn` package installed. If you'd like to use npm instead change `package.json` accordingly - `pm2` globally installed (`npm i -g pm2`) to keep the service alive at all times. - A database, postgresql preferably. You can also fall back to sqlite3 which ships by default. ### Installing 1. Clone the repository and `cd` into it -2. Run `yarn install` -3. Run `yarn setup` +2. Run `npm i` +3. Run `npm run setup` Chibisafe is now installed, configured and ready. Now you need to serve it to the public by using a domain name. |