Setup the self-hosted Community Edition GitLab (free to use).
Docker is a virtual environment with all the required software included. See all other benefits.
- Copy the
.env.example
to.env
and fillFILL_THIS
values in it.
It will download, install and prepare all the required software.
./setup.sh
./start-.sh
- Start containers once the setup has been done.
- Go to the repo's EDIT page - https://REPO/edit .
- Find the
Export project
seciton. - Export this project with all its related data in order to move your project to a new GitLab instance. Once the export is finished, you can import the file from the "New Project" page.