13 lines
517 B
Markdown
13 lines
517 B
Markdown
# Hedgedoc Migrator
|
|
|
|
Simple script to migrate content from one Hedgedoc instance to another.
|
|
|
|
## Setup
|
|
|
|
Follow the guide over [here](https://docs.cypress.io/guides/getting-started/installing-cypress#Linux-Prerequisites).
|
|
|
|
You also require NodeJS. Run `npm ci` to install the required packages.
|
|
|
|
## Execution
|
|
|
|
To start cypress, simply execute `npx cypress open`. Then click `E2E Testing` and run using electron. This step could be automated using the `cypress` [API](https://docs.cypress.io/guides/guides/module-api).
|