CERES Install
This is a step by step guide to installing CERES for a Customer Site
Installs
- Install SQL Express on the machine locally. (Unless asked otherwise)
- Install Microsoft SQL Server Management Studio
- Install Team Viewer on the machine.
- 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
- Open firewall and go to Advanced Settings.
- Set Inbound Rule For the SQL Server Program
- Set Inbound Rule For UDP Port 1434
- Here is a reference if you need it.
- Open firewall and go to Advanced Settings.
Downloading Project Files
-
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.
-
Open Git Bash (Windows key and search for it if its not on the desktop)
-
Type this command to take you to the C drive on your computer
cd C:
- Next, we are going to pull down the latest version of CERES
git clone https://github.com/CE-LLC/CERES.git
- You can now close Git Bash
- Open your windows file explorer and navigate to the CERES Directory and open it
C:/CERES
- In case it isn’t already open, open Microsoft SQL Server Management Studio now.
Setting up SQL Database Structures
- 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.
- Once the page loads, go ahead and execute the sql file. This will set everything up for you. (It may take several seconds)