Merge pull request 'add info about changelog repo in readme file' (#227) from changelog_readme into master

Reviewed-on: #227
Reviewed-by: Fede.- <fede@no-reply@disroot.org>
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
meaz 2021-04-18 05:43:06 +00:00
commit 7869b17f7c
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