Skip to content

Commit

Permalink
Release v2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rvwoens committed Aug 27, 2020
1 parent 5ef02c8 commit 6d1ef1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@

### Installs a fresh server with
[![Centos version](https://img.shields.io/badge/CentOS-8-blue)](https://github.com/rvwoens/centos-laravel-stack)
[![Centos version](https://img.shields.io/badge/PHP-7.4-blue)](https://github.com/rvwoens/centos-laravel-stack)
[![Centos version](https://img.shields.io/badge/Nginx-1.14-blue)](https://github.com/rvwoens/centos-laravel-stack)
[![Centos version](https://img.shields.io/badge/Node-12.8-blue)](https://github.com/rvwoens/centos-laravel-stack)
[![Centos version](https://img.shields.io/badge/Redis-5.0-blue)](https://github.com/rvwoens/centos-laravel-stack)
[![PHP version](https://img.shields.io/badge/PHP-7.4-blue)](https://github.com/rvwoens/centos-laravel-stack)
[![NGINX version](https://img.shields.io/badge/Nginx-1.14-blue)](https://github.com/rvwoens/centos-laravel-stack)
[![Node version](https://img.shields.io/badge/Node-12.8-blue)](https://github.com/rvwoens/centos-laravel-stack)
[![Redis version](https://img.shields.io/badge/Redis-5.0-blue)](https://github.com/rvwoens/centos-laravel-stack)
[![Laravel version](https://img.shields.io/badge/Laravel-v3%20v4%20v5%20v6%20v7-blue)](https://github.com/rvwoens/centos-laravel-stack)
* CentOS
* Nginx and virtual hosts
* Php fpm & cli, composer
* Node, npm, yarn
* Redis
* Basic security
* Add (multiple) laravel projects with Zero-Downtime deployment
* Add (multiple) laravel projects (any laravel version) with Zero-Downtime deployment

The scripts are all bash, and kept very simple so you can tweak them to your needs if you want to.

Expand All @@ -29,8 +30,8 @@ Very easy project deployment by calling the project's ```puller``` script

```bash
yum -y install tar
curl -s -L https://github.com/rvwoens/centos-laravel-stack/archive/v2.0.15.tar.gz | tar -xz
cd centos-laravel-stack-2.0.15
curl -s -L https://github.com/rvwoens/centos-laravel-stack/archive/v2.0.16.tar.gz | tar -xz
cd centos-laravel-stack-2.0.16
./setup_full
```

Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=v2.0.15
date="Thu Aug 27 16:26:38 CEST 2020"
version=v2.0.16
date="Thu Aug 27 16:30:26 CEST 2020"

0 comments on commit 6d1ef1f

Please sign in to comment.