add info about changelog repo in readme file

This commit is contained in:
meaz 2021-04-17 07:32:53 +02:00
parent eff3677a11
commit 43fc0bdb9e
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 6 additions and 7 deletions

View File

@ -16,10 +16,6 @@
``` ```
2. virtuabox 2. virtuabox
for install on Debian Jessie run command:
```
sudo apt install virtualbox-6.0
```
for install on Debian Buster run command: for install on Debian Buster run command:
``` ```
@ -70,12 +66,15 @@
``` ```
git clone https://git.disroot.org/Disroot/Disroot-Privacy-Policy.git ~/Disroot/Disroot-Privacy-Policy git clone https://git.disroot.org/Disroot/Disroot-Privacy-Policy.git ~/Disroot/Disroot-Privacy-Policy
``` ```
7. Add the local domain name for the hub to your host machine's `/etc/hosts` file. 7. Clone Disroot Changelog repo to Disroot folder
```
git clone https://git.disroot.org/Disroot/CHANGELOG.git ~/Disroot/Disroot-Privacy-Policy
```
8. Add the local domain name for the hub to your host machine's `/etc/hosts` file.
``` ```
echo "192.168.33.12 disroot.lan" >> /etc/hosts echo "192.168.33.12 disroot.lan" >> /etc/hosts
``` ```
8. Launch Vagrant to build the virtual machine (VM). This will take several minutes. 9. Launch Vagrant to build the virtual machine (VM). This will take several minutes.
``` ```
cd ~/Disroot/disroot-website/vagrant cd ~/Disroot/disroot-website/vagrant
vagrant up disroot_lan vagrant up disroot_lan