Skip to content

initial devops project setup

(BG) Team edited this page Jan 14, 2019 · 7 revisions

Back to Home


Devops is not just another software development methodology. Devops is a way of thinking and a way of working.


Creating empty project

  • Navigate to your Azure DevOps account as showed in the picture below
  • Search for + Create project button and hit it

Initial project setup

  • You are able to manage your project with your own preferences
  • Choose meaningful name and ensure the project is public
  • Once created - the project is visible under your organization home page

Configure repository before cloning

  • Once you are in your project click on Repos and make small optional changes
  • Re-enter your project default page should be similar
  • No README.md is visible on this stage 'cus it's not configured yet
  • Click on the pencil icon to be able to manage it
  • It's a simple walk in the park
  • Which at the end should be like this one

Clone repository

  • Navigate back to Repos tab and you'll be able to see your preferred options

Best developers always test

  • Clone the project on your local machine and make small changes in your README.md file
  • Push this changes to the external repository to ensure your setup is working fine

  • End of story ;)

Craftsman menu


Required Tools 4 Course


External resources


Useful Things


Internal resources

Basic OOP recall

Database 1st with local db

Code1st with external db instance (part1)

Clone this wiki locally