Snap (deprecated)
To install Forge via snap, run following command in terminal:
sudo snap install semaphore
Forge will be available by URL https://localhost:3000.
But to log in, you should create an admin user. Use the following commands:
sudo snap stop semaphore
sudo semaphore user add --admin \
--login john \
--name=John \
--email=john1996@gmail.com \
--password=12345
sudo snap start semaphore
You can check the status of the Forge service using the following command:
sudo snap services semaphore
It should print the following table:
Service Startup Current Notes
semaphore.semaphored enabled active -
After installation, you can set up Forge via Snap Configuration. Use the following command to see your Forge configuration:
sudo snap get semaphore
List of available options you can find in Configuration options reference.