From 3984e65276e91186b4f741596a4574a95d9eb2d4 Mon Sep 17 00:00:00 2001 From: Istvan Gergely Olah Date: Thu, 19 Mar 2015 23:38:31 +0100 Subject: [PATCH] move images to _static folder --- README.md | 8 ++++---- _static/images/configure_node.jpg | Bin 0 -> 51644 bytes _static/images/disk.jpg | Bin 0 -> 28865 bytes _static/images/iso.jpg | Bin 0 -> 37158 bytes _static/images/ubuntu.png | Bin 0 -> 172680 bytes images/configure_node.jpg | Bin 51644 -> 0 bytes images/disk.jpg | Bin 28865 -> 0 bytes images/iso.jpg | Bin 37158 -> 0 bytes images/ubuntu.png | Bin 172680 -> 0 bytes 9 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 _static/images/configure_node.jpg create mode 100644 _static/images/disk.jpg create mode 100644 _static/images/iso.jpg create mode 100644 _static/images/ubuntu.png delete mode 100644 images/configure_node.jpg delete mode 100644 images/disk.jpg delete mode 100644 images/iso.jpg delete mode 100644 images/ubuntu.png diff --git a/README.md b/README.md index 5363eb6..7852426 100644 --- a/README.md +++ b/README.md @@ -154,21 +154,21 @@ To create new Virtual Machine, we use Templates - images based on previously sav Set name, CPU and RAM settings, architecture. Check in the boot menu box, select network and lease, write down, which operating system will you use. Finally, create a template. > The rows marked with astersk need to be filled. -![configure standalone node](images/configure_node.jpg) +![configure standalone node](_static/images/configure_node.jpg) #### Add disk Currently we don't have any disks attached to our VM. To add, click on the Resources menu, 'create disk' icon, set the name and size. -![disk setup](images/disk.jpg) +![disk setup](_static/images/disk.jpg) #### Attach ISO To install an OS, we can use ISO images, to boot from. Click on 'download disk' and type the ISO's URL. -![download iso](images/iso.jpg) +![download iso](_static/images/iso.jpg) ### Start Virtual Machine Finally, we can run the machine. Click on 'deploy' and start it. You can choose, on which node do you want to run. -![ubuntu 14.04](images/ubuntu.png) +![ubuntu 14.04](_static/images/ubuntu.png) diff --git a/_static/images/configure_node.jpg b/_static/images/configure_node.jpg new file mode 100644 index 0000000..965d10c Binary files /dev/null and b/_static/images/configure_node.jpg differ diff --git a/_static/images/disk.jpg b/_static/images/disk.jpg new file mode 100644 index 0000000..573e3b5 Binary files /dev/null and b/_static/images/disk.jpg differ diff --git a/_static/images/iso.jpg b/_static/images/iso.jpg new file mode 100644 index 0000000..44d53f7 Binary files /dev/null and b/_static/images/iso.jpg differ diff --git a/_static/images/ubuntu.png b/_static/images/ubuntu.png new file mode 100644 index 0000000..db54910 Binary files /dev/null and b/_static/images/ubuntu.png differ diff --git a/images/configure_node.jpg b/images/configure_node.jpg deleted file mode 100644 index 965d10c..0000000 Binary files a/images/configure_node.jpg and /dev/null differ diff --git a/images/disk.jpg b/images/disk.jpg deleted file mode 100644 index 573e3b5..0000000 Binary files a/images/disk.jpg and /dev/null differ diff --git a/images/iso.jpg b/images/iso.jpg deleted file mode 100644 index 44d53f7..0000000 Binary files a/images/iso.jpg and /dev/null differ diff --git a/images/ubuntu.png b/images/ubuntu.png deleted file mode 100644 index db54910..0000000 Binary files a/images/ubuntu.png and /dev/null differ -- libgit2 0.26.0