Giter VIP home page Giter VIP logo

laravel-c9-php-mysql's Introduction

Script used to upgrade environment of Cloud9 instances or other linux based environments

The following actions are made :

  • Installs php 7.2.x (+ main modules)
  • Installs mysql 5.7.x
  • Installs Laravel 5.7.x
  • Installs Composer (up to latest version)
  • Adds Authentication to Laravel
  • Creates the default user homestead and default db homestead
  • Executes Laravel Migration
  • Changes .htaccess file to modify DocumentRoot of laravel project (to ./public)
  • Downloads adminer.php and put it in public directory (public/adminer.php --> should be deleted in production)

To install everything in just one command line :

wget -O - https://raw.githubusercontent.com/fla91fr/laravel-installer/master/laravel_c9_php_mysql.sh |bash

Otherwise, for security reasons, you can download and then execute the installation script :

wget -O laravel_c9_php_mysql.sh https://raw.githubusercontent.com/fla91fr/laravel-installer/master/laravel_c9_php_mysql.sh
chmod +x laravel_c9_php_mysql.sh
./laravel_c9_php_mysql.sh 

Environment is now ready to be used, and Laravel is usable.

To upgrade only Php/Mysql :

wget -O c9_php_mysql.sh  https://raw.githubusercontent.com/fla91fr/laravel-installer/master/c9_php_mysql.sh 
chmod +x c9_php_mysql.sh 
./c9_php_mysql.sh 

To update AWS Cloud9 Instance (php 7.2 modules + composer installation) :

wget -O aws-composer-php7.2-modules.sh https://raw.githubusercontent.com/fla91fr/laravel-installer/master/aws-composer-php7.2-modules.sh chmod +x aws-composer-php7.2-modules.sh ./aws-composer-php7.2-modules.sh

laravel-c9-php-mysql's People

Contributors

fla91fr avatar

Stargazers

 avatar

Watchers

 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.