GitHub - Intcore877/Demo1 · GitHub
Skip to content

Intcore877/Demo1

Folders and files

Repository files navigation

DevOps-159 - SoftServe study program

Project description

This project is a DevOps-159 group presentation page, developed with Microsoft ASP.NET application for Demo1 DevOps Windows study programm by SoftServe company.

Goals

The project goal is to get acquainted with the technologies of development of Web applications on the Windows platform. Automate the creation of environments to run applications based on Windows 2016 Server. Setting up the environments for application deployment, including IIS Web Server configuration, MSSQL Server and other Tools.

Tools

  • Microsoft Visual Studio Community 2017 ver.15.9.7
  • Vagrant 2.2.4 by HashiCorp
  • VirtualBox 6.0.4 r128413 (Qt5.6.2) by Oracle
  • Packer 1.3.1 by HashiCorp
  • PowerShell v5

Usage:

  • 1. Install Vagrant engine from "https://www.vagrantup.com/";
  • 1.1 Install Virtualbox software from "https://www.virtualbox.org/wiki/Downloads";
  • 1.2 Install Packer v 1.3.1 from “www.packer.io”
  • 2. Create directory to you future virtual environement project. For example "D:\Demo1";
  • 3. git clone https://github.com/Intcore877/Demo1
  • 4. Execute PowerShell command "./packer build ./windows_2016.template" from target directory.
  • 5. Wait for Vagrant engine downlad virtualbox instances, install, run end provision them with provisioning script. Make some tea, you have at least 60 min.
  • 6. Execute PowerShell command “vagrant box add .\windows_2016_virtualbox.box”.
  • 7. Execute PowerShell command “vagrant up”
  • 8. Wait for end of deployment process and check the result in web browser at adress: http:/localhost/; (To enter the admin panel at http:/localhost/admin/index you must use Login: Admin, Password: 12345

Deployment diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors