Welcome to the Unix Inventory Management System! π This web application may look static at first glance, but the real functionality is unlocked when the accompanying shell script is executed. The project showcases an interactive inventory system where changes to inventory are reflected through shell script execution. π¦
- π Dynamic inventory management through a shell script.
- π₯οΈ Simple and intuitive web interface.
- π§ Changes are updated after executing the shell script.
To host this project, you will need to have the XAMPP Web Server installed. Follow these steps:
-
Download and Install XAMPP:
- Visit the official XAMPP website. π
- Download the appropriate version for your operating system (Linux, Windows, or macOS). π»
- Follow the installation instructions. π
-
Start XAMPP:
- Launch XAMPP and start the Apache server and MySQL server. π₯
-
Navigate to the XAMPP Web Directory: Once XAMPP is installed, move your project files to the web directory. The location of this directory is typically
/opt/lampp/htdocs/. -
Move the Project to the Correct Folder:
- Place your entire project folder (containing HTML, CSS, and script files) inside
/opt/lampp/htdocs/.
- Place your entire project folder (containing HTML, CSS, and script files) inside
-
Open Your Browser: After youβve moved your project files to the correct directory, you can view the project in your browser.
-
Navigate to the URL: Open a browser and enter the following URL to view your project: http://localhost/unix
Enjoy managing your inventory! π