InstallationDeveloper Workstation Installation

Developer Workstation Installation

Additional Steps

Depending on the type of solution and your companies' organization, development process and infrastructure, it can be necessary to perform additional steps before you can start using Sana Commerce. 
 
Some common steps that are often applied are:
  • Refactor namespaces in the Starter Site and backoffice to cover the solution's scope. The format 'companyname.customername.projectname.project' is often used;
  • Add the Sana Commerce solution to a source control repository;
  • Add a custom class library project to the solution, in which customizations / extensions can be placed on the Sana Commerce framework;
  • Add a test project to the solution to unit test the customizations / extensions;
  • Configure automated builds.
InstallationDeveloper Workstation Installation