Skip to content
Olga Shiryaeva edited this page Jun 29, 2018 · 2 revisions

CUBA Project Setup

  1. Launch the CUBA Studio server (1) and open Studio in the browser (2) CUBA Studio Server
  2. Create a new project (1), input vision-clinic as a project name (2) and press OK Create new project
  3. 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) Database connection

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 Test connection

next →