JosefKuchar / Larawed

Larawed is tool that modify existing/new laravel project to run on wedos.cz hosting and maybe on other shared hostings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Larawed

Copyright (C) 2016 Josef Kuchař

Larawed is tool that modify existing/new laravel project to run on shared hostings

U need this in your path:

  1. composer
  2. python 3 as default

How to use

First of all you need to run setup.py install

Windows

setup.py install or python setup.py install or python3 setup.py install in larawed directory

Linux and MacOS

sudo python setup.py install

On MS Windows:

In cmd go to this repository by cd and run larawed.py [--hosting] PATH e.g. larawed.py --hosting wedos C:/Users/Example/Documents/LaravelProject

On Linux:

In terminal go to this repository by cd and run ./larawed.py [--hosting] PATH e.g. sudo python larawed.py --hosting wedos ~/LaravelProject

On MacOS:

In terminal go to this repository by cd and run python3 laraved.py [--hosting] PATH e.g. python3 laraved.py --hosting wedos ../LaravelProject

Post install/patch

Copy all files to www or root of your subdomain by ftp and set access rights 0777 to storage and bootstrap/cache recursively

About

Larawed is tool that modify existing/new laravel project to run on wedos.cz hosting and maybe on other shared hostings

License:GNU General Public License v3.0


Languages

Language:Python 99.3%Language:Makefile 0.7%