-
Notifications
You must be signed in to change notification settings - Fork 0
02 Onboarding
Team work from [X] to [Y] in [Timezone].
Team using [Tool] for communication. We are available on [Channel].
Below is the table of important events with their timing.
| Meeting | Time | Required |
|---|---|---|
| [Daily Scrum] | [10:00am to 10:30am IST] | [Yes/Optional] |
Please install following tools
| Tool | Version | Required |
|---|---|---|
| [Name of the tool] | [Version] | [Yes/Optional] |
| pre-commit | [Version] | [Yes/Optional] |
All developers should have tools mentioned here installed on their machine.
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.
Refer to this link to setup SSH for your Github account.
Clone the application using the following command.
git clone [Repository_Git_SSH_URL]
To build the application please run following command.
[BUILD CMD]
Follow the steps mentioned below to run the application in Docker.
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] |