Skip to content

02 Onboarding

Gabryel Nóbrega edited this page Feb 18, 2025 · 1 revision

Engineering Team Introduction

Work Hours

Team work from [X] to [Y] in [Timezone].

Communication

Team using [Tool] for communication. We are available on [Channel].

Important Meetings

Below is the table of important events with their timing.

Meeting Time Required
[Daily Scrum] [10:00am to 10:30am IST] [Yes/Optional]

[Project] Tools

Please install following tools

Tool Version Required
[Name of the tool] [Version] [Yes/Optional]
pre-commit [Version] [Yes/Optional]

Development Environment

All developers should have tools mentioned here installed on their machine.

Git command-line configuration

Make sure you have configured your user with Git. This information will be used by Git.

git config --global user.name "Your Fullname"
git config --global user.email "Your Xebia Email"

Windows users should use Git bash for better command-line experience.

If you are not well-versed with Git then you can read the tutorial.

Connecting to Github using SSH

Refer to this link to setup SSH for your Github account.

Clone the application

Clone the application using the following command.

git clone [Repository_Git_SSH_URL]

Building the application

To build the application please run following command.

[BUILD CMD]

Docker setup

Follow the steps mentioned below to run the application in Docker.

Accounts

For a new team member we need access to following services.

Service Details Required
[Service 1] [Follow these steps to get a new account] [Yes/No]

Clone this wiki locally