Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

[BED] Onboarding (Environment)

tristan-orourke edited this page Oct 1, 2020 · 3 revisions

Back-end Onboarding - Environment Setup

Installation

First, let's get everything we need installed:

Next, follow these steps to get things up and running:

  • Place the dev folder in C:\
  • Copy php.ini into C:\Windows
  • Follow the steps found here to configure Apache as a service.
    • All paths in the tutorial should be changed to point to your dev folder instead of the default installation locations.
  • Follow the steps found here to configure MySQL as a service.
    • All paths in the tutorial should be changed to point to your dev folder instead of the default installation locations.
    • If this step gives you trouble, try downloading a fresh copy of the MySQL server here.
  • Open MySQL Workbench and connect to the root server.
  • Run the SQL script provided to create the TalentCloud database.
    • Create a user with the username and password set to talentcloud
    • Provide it all permissions for the talentcloud schema.
  • Test the database connection:
    • Host: 127.0.0.1
    • Username: talentcloud
    • Password: talentcloud
    • Default Schema: talentcloud
  • Clone the master branch here using the HTTPS method into C:\dev\htdocs\GCTC-NTGC\
  • Create a branch from master and join the fray.