githubEdit

desktop-arrow-downInstallation and Use

Currently, Easy Dataset supports three startup methods: client, NPM, and Docker. All methods process data completely locally, so you don't need to worry about data privacy issues.

Client Startup (Suitable for Beginners)

To solve various local deployment environment issues, you can directly use the client to start, supporting the following platforms:

You can directly go to https://github.com/ConardLi/easy-dataset/releasesarrow-up-right to download the installation package suitable for your system:


NPM Startup (Suitable for Developers)

This project is built on Next, so as long as you have a Node environment locally, you can start directly through NPM. This is suitable for developers who need to debug the project:

  1. Clone the repository:

  1. Install dependencies:

  1. Start the server:

circle-exclamation

Docker Startup (Suitable for Private Deployment)

If you want to build the image yourself for deployment in cloud services or intranet environments, you can use the Dockerfile in the project root directory:

  1. Clone the repository:

  1. Build the Docker image:

  1. Run the container:

Note: Please replace {YOUR_LOCAL_DB_PATH} with the actual path where you want to store the local database.

Last updated

Was this helpful?