Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TransFem.org
Documentation
Commits
a2d5d474
Unverified
Commit
a2d5d474
authored
1 year ago
by
Marie
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
add docker section to MK migration
parent
49156f8e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/en/docs/install/migrate.md
+14
-0
14 additions, 0 deletions
content/en/docs/install/migrate.md
with
14 additions
and
0 deletions
content/en/docs/install/migrate.md
+
14
−
0
View file @
a2d5d474
...
...
@@ -41,6 +41,20 @@ pnpm run migrate
Also, clear your browser's cache and local storage (this will log your
browser out of Misskey/Sharkey).
### Using Docker
If you are using the
`docker-compose.yml`
file from Misskey with which builds locally follow these steps:
```
shell
git remote rename origin misskey
git remote add origin https://github.com/transfem-org/Sharkey.git
git remote update
-p
git checkout
-b
stable
--track
origin/stable
git pull
--recurse-submodules
pnpm
install
--frozen-lockfile
sudo
docker compose build
```
## From Firefish
This guide was only tested on a Firefish 1.0.5-RC instance: other
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment