Search: "repository"
Provisioning an Alibaba Cloud Kubernetes (ACK) Multi-AZ Kubernetes Cluster Using Terraform blog
GitHub repository: https://github.com/kin-alibaba/terraform-kubernetes. ## Prerequisites Terraform and providers installed ...
How to Install and Configure Tripwire IDS on Ubuntu 16.04 blog
default, Tripwire is available in the Ubuntu 16.04 default repository. You can install it by just running the following command ...
Continuous Integration with Jenkins on Alibaba Cloud blog
enable ufw status ``` Now we're ready to install Jenkins. First, add the repository key to the packages. ``` wget -q -O ...
Developing ASP.NET Core App in Visual Studio and Deploying on Simple Application Server blog
CentOS. First we use it to update software repository to the latest versions. ``` sudo yum -y update ``` **Nginx** Nginx is a ...
Install BigTree CMS on CentOS 7 blog
database purposes for BigTree CMS. MariaDB 5.5 is shipped in the default CentOS 7 repository, so just run this command to install ...
How to Install Bugzilla on CentOS 7 blog
. ``` sudo yum -y update ``` Next, install the EPEL repository using the following command. ``` sudo yum -y install epel-release ...
How to Install ImpressPages 5.0 (LAMP in CentOS 7.3 blog
applications are installed from standard yum repository. ## Related Documentation Images' End User License Agreement ECS ...
Cloud Monitor Log Generation from Sample Application blog
://pypi.org/project/oss2/) - Download Sample Web Application from GitHub repository[Sample Application Source Code](https://github.com ...
Creating Scalable Search Service for Online Resources blog
service yourself. For Node.js (sample from their GitHub repository: https://www.npmjs.com/package/elasticsearch ), it can be as easy ...
Kubernetes Cluster Monitoring Using Prometheus blog
up and running , use the Prometheus chard from the helm repository ``` helm install stable/prometheus-operator --name ...