Giter Club home page Giter Club logo

directadmin-utils's Introduction

Directadmin

directadmin-utils

A set of scripts for using on Directadmin servers with CustomBuild 2 or as self-standing solutions. If you need custom installation or support please feel free to request it here or on our site https://www.poralix.com/

Structure

./nginx/build_nginx - A script to install either stable or mainline version of NGINX with custombuild2.

  • A version number of NGINX mainline is taken from NGINX's trac site.
  • A version number of NGINX stable is taken from the official NGINX's repository for CentOS 7

./nginx/build_nginx2 - A script to install a mainline version of NGINX with custombuild2. A version number of NGINX mainline is taken from versions.txt of Directadmin.

Installation of script for NGINX mainline

for version 1:

cd /usr/local/directadmin/custombuild/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/nginx/build_nginx -O /usr/local/directadmin/custombuild/build_nginx
chmod 755 ./build_nginx
./build_nginx

for version 2:

cd /usr/local/directadmin/custombuild/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/nginx/build_nginx2 -O /usr/local/directadmin/custombuild/build_nginx2
chmod 755 ./build_nginx2
./build_nginx2

NGINX 1.13.x with TLSv1.3 and Directadmin

Instructions: https://help.poralix.com/articles/nginx-with-tlsv1.3-on-directadmin-server

Update Directadmin from beta / stable channel per needs

./core/updateda.sh

cd /root/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/updateda.sh
chmod 755 updateda.sh
./updateda.sh beta

Update Evolution skin in Directadmin

cd /root/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/update_evolution.sh -O update_evolution.sh
chmod 755 update_evolution.sh
./update_evolution.sh

directadmin-utils's People

Contributors

erulezz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.