Usage/ Deployment Instructions
1: Access Spree in Azure Marketplace and click on get it now button.


Click on continue and then click on create,

2: Now to create a virtual machine, enter or select appropriate values for zone, machine type, resource group and so on as per your choice.






Click on Review + create;
After your deployment is complete.
To access the application:
Step 1: You will have to edit firewall rule with http traffic or https traffic and open port 3000 for Spree application and admin portal.

Step 2: Do ssh into your VM for starting your spree server and binding it to VM’s ip,
$sudo su
$cd /root/


#cd /spree/

#rails server -e development -b 0.0.0.0 -p 3000
The above mentioned command deploys your server on port 3000

Step 3: Your Spree welcome screen appears on http://<ip>:3000

Step 4: For logging into Administration console:
Use http://<ip>:3000/admin
Use email as – spree@example.com
Use password as –spree123

Now click on Log in:

Enjoy your application.