Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 915 Bytes

File metadata and controls

32 lines (18 loc) · 915 Bytes

Drive Server

DISCLAIMER

This is the discontinued older version of the Internxt's Drive Server. Find the new one here.

Prerrequisites

  • Node v16

    nvm install 16

  • Yarn

    npm i -g yarn

Install

  • Create a .npmrc file from the .npmrc.template example provided in the repo.
  • Replace TOKEN with your own Github Personal Access Token with read:packages permission ONLY
  • Use yarn to install project dependencies.

Database setup (MariaDB)

Create schema and configure config/environments/development.json

Run yarn run migrate to create tables.

Start app

Run yarn start to start server in production mode.

Run yarn run dev to start with nodemon and development environment.