Webapplikation mit Session Handling realisieren
Start the application with Docker-Compose:
sudo docker-compose up --build -d- Once the application is up and running open your browser
- Go to the URL:
host:port/ - Now the application should automatically go to install.php
and begin installing itself. - Once done you should be up and running with the following admin creds:
admin:admin
- In
config.phpcomment the lines after For Docker and uncomment For XAMPP - Create a User in PHPMyAdmin with the name m133 and the password 1234.
- Create a Database with the name m133
- Add these files in this directory to htdocs and head on over to localhost:80
- Now the database structure should be automatically created
- Once done you should be up and running with the following admin creds:
admin:admin
- Can import csv's from
o-l.ch, where is kind=all&csv=1
- Download from o-l.ch
- Change file extension to
.csv - Open in Sublime Text and Save with Encoding > UTF-8
- Import in Webapp
- Templating engine:
- Cannot have two template tags on one line