SOFIA is a simple web-based system for keeping track the status of various systems without an external database; SOFIA uses a xlsx file. Swedish front end, should be easy to adapt for your needs.
- Track the status of systems (Tested OK, Not Tested).
- Add and remove systems from the list.
- Clear the status of all systems.
- View statistics on the number of systems tested.
- PHP (7.4 or higher)
- Composer
- Web server (e.g., Lighttpd, Nginx)
- PhpSpreadsheet library
- Clone the Repository:
git clone https://github.com/FilleMang/SOFIA.git
cd sofia
- Install Dependencies:
composer install
- Configure the Web Server:
Set up your web server to point to the sofia directory. Ensure that the web server has read and write permissions for the directory.
- Prepare the Excel File:
Create a source.xlsx file in the root directory or use the example provided.
- Access the Application:
Open your web browser and navigate to the URL where you have set up the application.
