Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liebsen/gdfdocs
Documentación de GDF
https://github.com/liebsen/gdfdocs
Last synced: about 1 month ago
JSON representation
Documentación de GDF
- Host: GitHub
- URL: https://github.com/liebsen/gdfdocs
- Owner: liebsen
- Created: 2020-01-30T20:48:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T18:50:04.000Z (about 2 years ago)
- Last Synced: 2023-03-06T12:06:56.109Z (almost 2 years ago)
- Language: JavaScript
- Size: 5.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puntoweberplast Weber Webapp [website](https://puntoweberplast.com)
## Server Requirements
You'll need
PHP >= 7 [PHP](http://php.net/downloads.php)
MySQL >= 5.5 [MySQL](https://dev.mysql.com/downloads/)## Installation
Install [composer](https://getcomposer.org/) or type
``` bash
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
```Install PHP dependencies
``` bash
cd /var/www/my-project
composer install
```Set folder permissions
``` bash
sudo chmod -R 777 logs
sudo chmod -R 777 public/dist
```Set your environment up
``` bash
cat .env.dist > .env
nano .env
```Create dababase and run
``` bash
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.
``` bash
php dist
```## Documentation
### Before you commit to bitbucket.com run dist script.
``` bash
php docs
```