Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 841 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 841 Bytes

Nanoforms

Minimal Requirements

Minimal Software Requirements

Minimal Hardware Requirements

  • Processor: 8 core 64bit
  • Memory: 64GB RAM
  • Disk Space: 1TB

Deployment

Step 1. Building images and deploying containers

Change CHANGE_ME secrets in docker-compose.env file and run below command:

sudo make deploy

Step 2. Admin User creation

Run below command:

sudo make create_super_user

Step 3. Accessing the Application

The application should be available at http://127.0.0.1:7337/

Removal

Run below command:

sudo make destroy