# noteServer **Repository Path**: devgaolihai/noteServer ## Basic Information - **Project Name**: noteServer - **Description**: note - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-05 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # usage build ```sh docker build -t note . ``` windows: powershell ```ps1 $env:docroot="X:\path-to-docroot" ; ./startup.ps1 ``` linux: shell ```sh export docroot="/path-to-docroot" ; ./startup.sh ```