nusaas@self-host:~$ [troubleshooting-guide]
[docker-hub]
> cat purpose.txt

Self-host NUSAAS on your own infrastructure.

Open source POS, accounting, and inventory management. Total data sovereignty, no vendor lock-in.

// QUICK_START

installer.sh
$
|

// The interactive installer configures environment, databases, mail services, and spins up the stack.

// THE_STACK

01.

Backend API

PHP 8.2 with RESTful API, task queues, and integrated scheduler.

02.

Frontend Web

React SPA served efficiently via Nginx containerization.

03.

PostgreSQL & Redis

Reliable relational database paired with in-memory cache layer.

> ls -l guides/

Installation Walkthrough

Watch the interactive installer wizard execute in real time.

[01]

Fetch Script

Download the secure installer script directly into your server directory.

curl -fsSL https://get.nusaas.com/install.sh -o install.sh
[02]

Execute Wizard

Run the installer to configure databases, mail services, and cryptographic secrets.

bash install.sh
[03]

Launch Console

Log in to your private POS & ERP management portal once docker containers spin up.

https://app.yourdomain.com

// SIMULATED_INSTALL

interactive-demo.sh

> ls -lh config/

Manual Deployment Assets

Review, configure, or manually download individual infrastructure files.

PERMISSIONS
SIZE
FILENAME
ACTIONS
-rwxr-xr-x
~24 KB
install.sh
Download
-rw-r--r--
~5 KB
docker-compose.yml
Download
-rw-r--r--
~4 KB
.env.selfhosted
Download