Tutorial: Vscale - Create an image¶
Step 1: Connect to your Vscale console¶
Go to Vscale console.
Step 3: Change the configuration of scalet¶
Choose an image Ubuntu 16.04 64bit:

Choose the smallest configuration:

Choose a datacenter (e.g.: Moscow):

Use the SSH key named mykey:

Step 5: Connect to the instance¶
Get the IP:

And enter this command in a terminal:
ssh root@<replace by IP>
Step 6: Install the proxy¶
Install proxy with:
sudo apt-get update
and:
sudo apt-get install --yes curl
and:
curl --silent --location https://deb.nodesource.com/setup_8.x | sudo bash -
and:
sudo apt-get install --yes nodejs
and:
curl --silent --location https://raw.githubusercontent.com/fabienvauchelles/scrapoxy/master/tools/install/proxy.js | sudo tee /root/proxy.js > /dev/null
and:
curl --silent --location https://raw.githubusercontent.com/fabienvauchelles/scrapoxy/master/tools/install/proxyup.sh | sudo tee /etc/init.d/proxyup.sh > /dev/null
and:
sudo chmod a+x /etc/init.d/proxyup.sh
and:
sudo update-rc.d proxyup.sh defaults
and:
sudo /etc/init.d/proxyup.sh start
Step 7: Poweroff the scalet¶
Stop the last command (CTRL-C)
Power off the scalet:
sudo poweroff
The status is Offline when the scalet is off:

Step 10: Create backup¶
- Enter forward-proxy in Name
- Click on CREATE BACKUP

Wait a few minutes and the new image appears:
