forked from aleksey-stukalov/cuba-vision-clinic
-
Notifications
You must be signed in to change notification settings - Fork 2
Step 2
Olga Shiryaeva edited this page Jun 29, 2018
·
2 revisions
- Launch the CUBA Studio server (1) and open Studio in the browser (2)
- Create a new project (1), input vision-clinic as a project name (2) and press OK
- Open Project properties for editing to set up the connection to the VisionClinic database and fill the following fields:
- Database type - Microsoft SQL Server 2012, or whatever you have installed (1)
- Database URL - localhost, or domain name/IP of the machine with SQL Server installed (2)
- Database name - visionclinic, which was created by executing the create-db.sql script in step 1, item 3 (3)
- Database user and Database password - use your SQL server credentials for the sa, or your specific admin user (4)
Click Test connection (1) to check if Studio can reach the database. If you get the Connection successful (2) message, click OK (3) to save the changes