add disroot blog link

This commit is contained in:
meaz 2020-10-28 08:42:11 +01:00
parent c3a9473d52
commit 7fbf918cf0
1 changed files with 8 additions and 4 deletions

View File

@ -58,20 +58,24 @@
``` ```
git clone https://git.disroot.org/Disroot/grav-theme-disroot.git ~/Disroot/grav-theme-disroot git clone https://git.disroot.org/Disroot/grav-theme-disroot.git ~/Disroot/grav-theme-disroot
``` ```
4. Clone grav-plugin-language-selector repo to Disroot folder 4. Clone grav-theme-disrootblog repo to Disroot folder
```
git clone https://git.disroot.org/Disroot/grav-theme-disrootblog.git ~/Disroot/grav-theme-disrootblog
```
5. Clone grav-plugin-language-selector repo to Disroot folder
``` ```
git clone https://git.disroot.org/Disroot/grav-plugin-language-selector.git ~/Disroot/grav-plugin-language-selector git clone https://git.disroot.org/Disroot/grav-plugin-language-selector.git ~/Disroot/grav-plugin-language-selector
``` ```
5. Clone Disroot-Privacy-Policy repo to Disroot folder 6. Clone Disroot-Privacy-Policy repo to Disroot folder
``` ```
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
``` ```
6. Add the local domain name for the hub to your host machine's `/etc/hosts` file. 7. 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
``` ```
7. Launch Vagrant to build the virtual machine (VM). This will take several minutes. 8. 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