Un juego para saber qué porcentaje de la población de la Argentina es similar a vos.
Creado por el equipo de Chequeado
Con el apoyo de HIVOS
Dev environment using Vagrant See: https://laravel.com/docs/5.2/homestead
- Follow this instructions to install
VirtualBoxhttps://www.virtualbox.org/wiki/Downloads - Install
Vagranthttps://www.vagrantup.com/downloads.html - Install
Composer CLIhttps://getcomposer.org/doc/00-intro.md - Clone source code
git clone https://github.com/chequeado/vos-y-cuantos-mas.git - Go to
vos-y-cuantos-masrepo and install dependencies using Composer runcomposer install - Copy
.envfile runningcp .env.example .env - Complete in
.envfile the database params forHomestead. - Select a THEME between chq or unicef!
- Make sure that PHP is in version 7.1
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
- Run
php artisan key:generateto create a custom encrypt key. - Create
Homestead config filerunningphp vendor/bin/homestead make - Run
vagrant up - Access to VM using
vagrant ssh - Go to
vos-y-cuantos-masdirectory - Create and populate the database
php artisan migrate --seed - Create a new entry in your
hostsfile with:192.168.10.10 chequeado.local - In your browser go to
chequeado.localyou could see the app running. - Go to login page:
http://chequeado.local/login - Admin User:
admin@admin.comPassword:1234 - Ready to create test content and do your job developing!
- Go to cloned directory
- Run
vagrant upto start the VM - Run
vagrant sshto log in to the VM - Run
vagrant haltto stop the VM
- Git pull on your php server
- Create an empty mysql database
- Copy
.env.exampleas.envand complete the data (social + database + language + GA) - Run
composer install - Run
composer dump-autoload - Run
php artisan migrate --seed
- Available
chq&unicef - Set in
.envfor chequeado:
THEME=chq- Check theme files: https://github.com/chequeado/vos-y-cuantos-mas/tree/master/public/css
- Check theme views: https://github.com/chequeado/vos-y-cuantos-mas/tree/master/resources/views/frontend/themes
- Go to
<THE URL>/login - User: admin@admin.com Pass: 1234
- Change password immediately.
- First time: Run
bower installinsidepublicfolder. - In root run
gulp watchto watch files and automatic rebuild. - In root run
gulpto build on demand.
Laravel 5.* Boilerplate, Currently 5.2.23 Screenshots
You can download the last stable build of Laravel 5.1 here.
Laravel Boilerplate provides you with a massive head start on any size web application. It comes with a full featured access control system out of the box with an easy to learn API and is built on a Twitter Bootstrap foundation with a front and backend architecture. We have put a lot of work into it and we hope it serves you well and saves you time!
Please view the wiki for a list of features as well as installation instructions.
If you come across any issues please report them here.
Thank you for considering contributing to the Laravel Boilerplate project! Please feel free to make any pull requests, or e-mail me a feature request you would like to see in the future to Anthony Rappa at rappa819@gmail.com.
If you discover a security vulnerability within this boilerplate, please send an e-mail to Anthony Rappa at rappa819@gmail.com, or create a pull request if possible. All security vulnerabilities will be promptly addressed. Please reference this page to make sure you are up to date.
If you would like to help the continued efforts of this project, any size donations are welcomed and highly appreciated.
