CERES Install

This is a step by step guide to installing CERES for a Customer Site

 

Installs

  1. Install SQL Express on the machine locally. (Unless asked otherwise)
  2. Install Microsoft SQL Server Management Studio
  3. Install Team Viewer on the machine.
  4. Install Git on the machine. Click Here For Install

Configuring SQL Server For Production

TODO

  • This includes setting up logins
  • Make inboud rules for the following

Downloading Project Files

  1. Next, we are going to get the CERES project files. The files contain a SQL Script you can run to setup the databases and there structures.

  2. Open Git Bash (Windows key and search for it if its not on the desktop)

  3. Type this command to take you to the C drive on your computer

cd C:
  1. Next, we are going to pull down the latest version of CERES
git clone https://github.com/CE-LLC/CERES.git
  1. You can now close Git Bash
  2. Open your windows file explorer and navigate to the CERES Directory and open it
  C:/CERES
  1. In case it isn’t already open, open Microsoft SQL Server Management Studio now.

Setting up SQL Database Structures

  1. In the CERES Directory, open the Installs folder and then open the SQL Scripts folder. Inside you will find a file labeled CERES Startup.sql. Drag and drop that file into Microsoft SQL Server Management Studio.
  2. Once the page loads, go ahead and execute the sql file. This will set everything up for you. (It may take several seconds)