Install the Web Platform
This guide covers how to download, configure, and run the SIMPLE web platform.
Download the Platform
Option 1: Release Download (Recommended)
- Go to the SIMPLE web platform repository
- Click on "Releases" in the right sidebar
- Download the latest stable release ZIP file
Option 2: Direct Download
- Go to the repository homepage
- Click the green "Code" button
- Select "Download ZIP"
warning
Ensure the "main" branch is selected before downloading
Configure Environment Variables
- Copy the example environment file:
macOS / Linux
cp .env.example .env
Windows
copy .env.example .env
- Edit the
.envfile with your settings
tip
For detailed information about all environment variables, see the .env reference
Install Dependencies
npm install
This may take a few minutes depending on your network speed.
Start the Application
Prerequisite
Ensure GAMA is open and running before starting the web platform.
npm start
The application will start and display the URL in your terminal (default: http://localhost:8000).
Access the Platform
Open your web browser and navigate to the URL shown in your terminal.
Troubleshooting
- Port 8000 in use? Change
WEB_APPLICATION_PORTin.env - Can't connect to GAMA? Verify GAMA is running and check
GAMA_IP_ADDRESSandGAMA_WS_PORTsettings