Coder Social home page Coder Social logo

mate38 / cloud9-install-laravel-5.5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pkeogan/cloud9-install-laravel-5.5

0.0 2.0 0.0 151 KB

Install script that setups Laravel 5.5 and PHP 7.1 on a fresh Cloud9 Workspace.

License: MIT License

Shell 100.00%

cloud9-install-laravel-5.5's Introduction

Cloud9 Laravel 5.5 Installer

DO NOT USE THIS IN A PRODUCTION ENVIROMENT - YOU HAVE BEEN WARNED

This installer setups laravel 5.5, MySQL 5.7 and php7.1 onto a fresh Cloud9 (c9.io) workspace. Just run the script, do some input, and bam your ready to start programming. Also gets npm and nodejs ready so you can webmix.

Features

  • Installs PHP 7.1
  • Removed Default C9 Files
  • Puts laravel in root workspace folder
  • Changes DocumentRoot to /public
  • Upgrades MySQL 5.7

How To Use

Step 1

Create a new workspace in Cloud9

Step 2

Open created Workspace then go to terminal

Step 3

Get the install-laravel.sh

wget "https://raw.githubusercontent.com/pkeogan/cloud9-install-laravel-5.5/master/install-laravel.sh"

Step 4

Run The Install

bash install-laravel.sh

Step 5

Run the MySQL Upgrade, make sure you select 5.7, default will be 5.6

sudo dpkg -i mysql-apt-config_0.8.7-1_all.deb

Step 6

Run The MySQL Install SH

wget "https://raw.githubusercontent.com/pkeogan/cloud9-install-laravel-5.5/master/mysql.sh"
bash mysql.sh

If you get any input for passwords, enter blank, and you may need to hit "y" for downloads.

Step 7

Edit your .env DB info.

...
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
...

Step 8, your ready!

MAke sure you migrate and run your npm mix

php artisan migrate
npm run dev

And thats it, your ready to go!

This Script's PHP Install was forked from @svpernova09's https://github.com/svpernova09/cloud9-php71

cloud9-install-laravel-5.5's People

Contributors

pkeogan avatar

Watchers

 avatar  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.