-
Notifications
You must be signed in to change notification settings - Fork 12
Project Setup
António Faneca edited this page Aug 4, 2022
·
12 revisions
This project relies on PHP's Slim framework for its backend and there's where most of the initial setup will take place if you want to deploy this solution to your own server. Here's the steps:
- Create a MySQL/MariaDB Database for myfin with the same structure as depicted here.
- Upload this project into your server
- Setup your webserver to work with slim (Apache or Nginx)
- Setup your webserver to correctly resolve your web app (set its root to %YOUR_SERVER%/%YOUR_DOMAINS_DIR%/myfin/web)
...