|
|
@@ -47,7 +47,7 @@ ALTER ROLE
|
|
|
### Installation
|
|
|
|
|
|
1. Make sure all the prerequisites are installed.
|
|
|
-2. Fork **Gitote** repository, ie. https://gitote.in/repo/fork/1
|
|
|
+2. Fork **Gitote** repository, ie. https://gitlab.com/gitote/gitote/forks/new
|
|
|
|
|
|
#### Create `Git` User
|
|
|
|
|
|
@@ -61,9 +61,9 @@ sudo adduser --disabled-login --gecos 'Gitote' git
|
|
|
sudo su - git
|
|
|
mkdir -p $GOPATH/src/gitote
|
|
|
cd $GOPATH/src/gitote
|
|
|
-git clone https://gitote.in/gitote/gitote.git
|
|
|
+git clone https://gitlab.com/gitote/gitote.git
|
|
|
or
|
|
|
-git clone root@gitote.in:gitote/gitote.git
|
|
|
+git clone git@gitote.com:gitote/gitote.git
|
|
|
cd gitote
|
|
|
wget https://gitlab.com/gitote/bindata/raw/master/go-bindata
|
|
|
make bindata
|