Getting started with VirtoCommerce - virtocommerce

I try to start an e-Commerce store.
I deployed VirtoCommerce to azure (2 apps).
I have VisualStudio on my pc.
Should I have VirtoCommerce on my pc too?
Sharon

If you have deployed Virto Commerce from GitHub and do not wish to add some functionality - you do not need Virto Commerce source code on your PC.

Related

How to shift odoo website from locahost to live server without restoring complete database?

A client has a live website with data and he just want to upgrade the website design, without effecting the live data. He asked me to build website on a local server or a a different instance on same hosting and then shift that design to the live instance.
With Odoo you can build the website as an own extensions and build all the content / design part with the xml/qweb templates. So yes, you build up the extension and then just upload this extension on the server and install it there.

How to install back-end infrastructure on firebox server?

Looking to install the application on the server. Can quickblox be installed on firebox server?
You can contact QuickBlox team regarding Enterprise installations questions http://quickblox.com/enterprise/
it can be doable only with Enterprise plan

SAP dashboard installation

our company decided to use dashboards for business objects.
We already installed SBOP BI PLATFORM 4.1 SP04 CLIENT TOOLS WINDOWS (32B) however dashboard is not part of this. I tried to google and find the installer on SAP website, but wasnt successful. Will you be kine enough to guide me through this?
It's a separate installer. From the download site, navigate to:
Installations and Upgrades
Browse Our Download Catalog
Analytics Solutions
SBOP DASHBOARDS (XCELSIUS)
SBOP DASHBOARDS 4.1
Installation and Upgrade
WINDOWS

setting up sharepoint 2010 development environment

We have sharepoint server 2010 with farm installation on VM.
We are 3 member in team and we want to work on development of sharepoint site, so what will be the requirement for development and how should we setup our development environment.
Thanks in advance.
start with a x64 os then follow these directions:
http://msdn.microsoft.com/en-us/library/ee554869(v=office.14).aspx

Develop sharepoint software without having local sharepoint installation

Is there anyway to develop sharepoint projects without having sharepoint server installed locally. I have a sharepoint server running at my work and vs2010 installed locally. I want to be able to test my projects on the server.
You develop them locally but without SharePoint installed you cant test them. Microsoft Offers no free version of SharePoint Server, so you have to be able to use a licensed copy of SharePoint to test on it. I just use a Remote Desktop Connection to connect to my DEV machine that has SP installed on and Visual Studio. I then develop my app then test, and then it gets deployed to our SharePoint Farm.
Yes, it is possible. You just need to build wsp and then deploy it on a SharePoint server. I hope, this links will help you:
Creating a SharePoint Solution Package (.wsp) in 5 steps
WSPBuilder (SharePoint WSP tool)
Installation and Deployment of a Farm Solution in SharePoint 2010