127.0.0.1 dev-siesta.com
<VirtualHost *:80>
ServerAdmin admin@example.com
ServerName dev-siesta.com
DocumentRoot /home/dave/workspace/siesta/public
<Directory /home/dave/workspace/siesta/public/>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
ErrorLog /var/log/apache2/dev-siesta.com
</VirtualHost>
- Composer install
- php artisan migrate
- Edit InsertSitgesFilm to increase film festival id (i know... some day...)
- php artisan insert:films https://sitgesfilmfestival.com/cas/programa/pel_licules?filmsperpage=250
##Docker
There are included docker files to raise application without the required infrastructure
docker-compose up -d
#You should access via port 8080 http://dev-siesta.com:8080/