
When the installation is complete, run a simple security script that comes pre-installed with MariaDB which will remove some insecure default settings and lock down access to your database system.

OPEN SOURCE INVENTORY MANAGEMENT WEB BASED INSTALL
If you haven’t done so, use apt-get to acquire and install the database software: sudo apt-get install mariadb-server Reports: Daily, Monthly, and Ranged Dates Sales/Profit ReportĪfter updating the Raspberry Pi and setting up the LAMP stack, installation of the inventory application is relatively painless.Sales: Sales transactions are individual by product.Products: Basic product information, title, quantity, pricing.User Management: Groups, Basic Profile, and Change Password.Install the Basic Inventory Management System Web Application If you plan on having access to your Raspberry Pi through the Internet, you’ll need to configure your router and DDNS settings, or use a service such as dataplicity.io to wormhole to your pi through the web. server on your Pi, the WordPress portion is optional, you can stop after installing PHP. This is a link to a nice tutorial for setting-up a L.A.M.P. In order to setup a web interface to access, view, and manage the content of your inventory management system you’ll need to set up a LAMP ( Linux, Apache, MySQL, PHP) stack on your Raspberry Pi and configure it to work as a web server and set up a basic website which you can access on any device on the same network as your Pi.

Initially, you’ll only have local network access, but if you want to allow remote web access, you can.

Using a Raspberry Pi for your own inventory management system.Īn open-source, inventory management system written in PHP with a MySQL database has no problem operating on a Raspberry Pi.
