Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

pt-studio/ci4tma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CONTENTS
  I. INTRODUCTION
  I. SYSTEM REQUIREMENTS
III. INSTALLATION

I. INTRODUCTION
This project is based on Docker which help you quickly start set of tools 
currently including Phabricator (https://www.phacility.com/phabricator), 
Jenkins (https://jenkins.io), Artifactory (https://www.jfrog.com/artifactory),
Sonarqube (https://www.sonarqube.org).

II. SYSTEM REQUIREMENTS
- Supported operating systems: Ubuntu 16.
- Recommended hardware configuration:
    + RAM 4GB  (or more)
    + CPU Core i5 (or higher)
    + HDD 20GB (or more)

III. INSTALLATION
- Before installing, you must configure DNS for your machine to resolve tma domain
and ensure internet connectivity during installation time.
- Change value of variables in setup.sh file: CI4TMA_HOME (line 5) and HOST_IP (line 7) to appropriate values.
- Transfer files: setup.sh, docker-compose.yml to your machine then run below commands:
    sudo chmod 755 ./setup.sh
    sudo ./setup.sh

After a few minutes, the installation process completes successfully, you can access:
Phabricator: http://YOUR_HOST_IP_ADDRESS
Jenkins: http://YOUR_HOST_IP_ADDRESS:8080
Artifactory: http://YOUR_HOST_IP_ADDRESS:8081
Sonarqube: http://YOUR_HOST_IP_ADDRESS:9000

About

This project is based on Docker which help you quickly start set of tools currently including Phabricator, Jenkins, Artifactory, Sonarqube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%