London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I thought there was an option added in this version to allow this but I do not see it. If you want to install a database you can run the following script
C:\Program Files (x86)\EPiServer\CMS\7.5.394.2\Install\Modules\EPiServer Commerce 7.5.394.2\ECF\Data\SqlScripts\Helpers\Setup.bat with the following parameters from the bat file
set dbAdmin=%1
set dbAdminPass=%2
set dbServer=%3
set dbName=%4
set dbUser=%5
set dbPass=%6
set appName=%7
The script will create the database and the set the specified dbuser and dbpass as the dbo of the newly created database.
Is there out of the box way to install Commece database schema without installing Commerce site?
I know that that is easy for Cms schema. There is corresponding action in Deployment Center for CMS, but there is nothing similar for Commerce.