Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.52 KB

1-setup.md

File metadata and controls

49 lines (34 loc) · 1.52 KB

Exercise 1: Development Environment Setup

Goals

  • Fork your copy of the repository in Github
  • Login to your development environment in Jupyterlab
  • Configure Git

Step by Step instructions

We have provisioned all the infrastructure required for the workshop. Each participant is assigned a numeric ID (from 1 to 100), which will be used throughout the workshop.

  1. Visit the main repository at https://github.com/ThoughtWorksInc/cd4ml-workshop and fork it to your personal GitHub account. Don't clone the main repository.

  2. Create a personal access token in GitHub:

  • Log in to Github
  • Open your Personal Access Tokens settings (Profile → Settings → Developer Settings → Personal Access Tokens)
  • Click "Generate new token", choose a name and give it repo rights
  • Copy the access token value
  1. Go to Jupyter Lab at https://jupyterhub.cd4ml.net and login with the username and password provided.

  2. Open a terminal by clicking on the icon:

Open terminal

  1. Setup Git by running the following commands and answering the questions with your details:
cd cd4ml-workshop
./setup-git.sh
  1. To test and see the application running in production, open a browser tab, go to http://userX.app.cd4ml.net (replace X with your user ID), and you should see the application like:

Sample application

  1. Done! Go to the next exercise