notrinos / notrinos-erp
A web-based erp, accounting system that written in PHP and MySql
0.7
2022-03-08 11:27 UTC
Requires
- php: >=5.6.0
This package is auto-updated.
Last update: 2024-10-14 18:26:28 UTC
README
NotrinosERP is an open source, web-based enterprise management system that written in PHP and MySql. NotrinosERP contains all the required modules for running any small to medium size businesses. It supports multi users, multi currencies, multi languages
DEMO
Requirements
- HTTP web server - Ex. Apache, Nginx, IIS
- PHP version from 5.6 upto 8.1.1 (version 7.3 is recommended)
- MySQL version 4.1 and above with Innodb tables enabled, or any MariaDB version
- A web browser with HTML5 compatibility
Installation
Manual installation
- Download the latest official NotrinosERP snapshot.
- Unzip the downloaded file.
- Everything inside the folder you unzipped needs to be uploaded/copied to your webserver, for example, into your
public_html
orwww
orhtml
orhtdocs
folder (the folder will already exist on your webserver). - In your browser, enter the address to your site, such as: www.yourdomain.com (or if you uploaded it into another subdirectory such as NotrinosERP use www.yourdomain.com/NotrinosERP)
- Follow the instructions that appear in your browser for installation.
- After successful installation please remove
install
folder for safety reasons. You won't need it any more.
Composer
Run this command in an empty location that you want NotrinosERP to be installed in:
composer create-project notrinos/notrinos-erp:dev-master
Troubleshooting
Read the wiki
If you encountered any problems with NotrinosERP configuration or usage, please consult your case with other users on NotrinosERP forum.