liebsen / gdfdocs

Documentación de GDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puntoweberplast Weber Webapp website

Server Requirements

You'll need

PHP >= 7 PHP MySQL >= 5.5 MySQL

Installation

Install composer or type

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Install PHP dependencies

cd /var/www/my-project
composer install

Set folder permissions

sudo chmod -R 777 logs
sudo chmod -R 777 public/dist

Set your environment up

cat .env.dist > .env
nano .env

Create dababase and run

cd bin
php db migrate

Edit your settings as you please. Now, your project must be up and running.

Deploying

Before you commit to bitbucket.com run dist script.

php dist

Documentation

Before you commit to bitbucket.com run dist script.

php docs

About

Documentación de GDF


Languages

Language:JavaScript 80.5%Language:PHP 10.3%Language:CSS 6.6%Language:HTML 2.5%Language:Shell 0.1%Language:Procfile 0.0%