Simple application for managing your ToDo list.
This application is split into:
-
Go to stacksmith.bitnami.com
-
Create a new application and select the
Generic application with DB (MySQL)template -
Select the targets you are interested on (AWS, Kubernetes,...)
-
Compress the todo/ folder from this repo and upload it as application files:
$ git clone https://github.com/bitnami-labs/stacksmith-examples $ cd stacksmith-examples/php $ tar czf todo.tar.gz todo -
Upload the build.sh and run.sh scripts from the scripts/ folder.
-
Click the Create button
Required scripts to build and run this application:
This script is executed during the process of building the image, right after specific steps for each stack template. The script performs the next following actions:
- Install wget
- Download and install Bitnami LAMP
- Install de Todo Application from the tarball
This script just starts the application.
- Add an user and grant him permissions for running Apache and listen to 80
- Check permissions for storage/logs/laravel.log
- Check permissions for storage/framework/views
