From 681a21a2388ffe4e06cd58eac55ad3e8d35ac1d0 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:29:46 +0100 Subject: [PATCH] Update readme * Rename storage volume --- Dockerfile | 4 +- README.md | 95 +++++++++++++++++----------------------------- docker-compose.yml | 7 ++-- 3 files changed, 40 insertions(+), 66 deletions(-) diff --git a/Dockerfile b/Dockerfile index 78dd4cb7..3062ae1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:21-alpine AS base -FROM base as builder +FROM base AS builder WORKDIR /app @@ -10,7 +10,7 @@ RUN npm install -g pnpm RUN pnpm install --frozen-lockfile RUN pnpm build -FROM base as installer +FROM base AS installer RUN apk add --no-cache curl bash diff --git a/README.md b/README.md index 758dadd9..42445494 100644 --- a/README.md +++ b/README.md @@ -1,60 +1,35 @@ - -## Description -WIP - -## Installation -Make sure you have pnpm installed `npm install -g pnpm` - -```bash -$ git clone https://github.com/docmost/docmost -$ pnpm install -``` - -## Running the app - -### Development - -#### Frontend -```bash -$ pnpm nx run client:dev -``` -#### Backend -```bash -# build extension package first -$ nx run @docmost/editor-ext:build - -# development -$ pnpm nx run server:start - -# watch mode -$ pnpm nx run server:start:dev - -``` - -### Production -```bash -$ pnpm run build - -$ pnpm nx run server:start:prod -``` -The server will be available on `http://localhost:3000` - -## Migrations - -```bash -# This creates a new empty migration file named 'init' -$ pnpm nx run server:migration:create init - -# Generates 'init' migration file from existing entities to update the database schema -$ pnpm nx run server:migration:generate init - -# Runs all pending migrations to update the database schema -$ pnpm nx run server:migration:run - -# Reverts the last executed migration -$ pnpm nx run server:migration:revert - -# Shows the list of executed and pending migrations -$ pnpm nx run server:migration:show - -``` +
+ Open-source collaborative wiki and documentation software.
+
+ Website |
+ Documentation
+
+
+
+