Opensource Guide
Learn about opensource guide and how to implement it effectively.
Open Source Guide
Forjinn is available as an open-source version that you can download and run locally. This guide will walk you through the process of obtaining and setting up your own instance of Forjinn.
Getting Started
-
Visit forjinn.com to download the open-source version.
-
Fill out the download request form on the website.
-
Click the Download button to generate your download link. An image file will be downloaded to your computer.
Installation Steps
Prerequisites
- Docker installed on your system
- Minimum 4GB RAM
- 20GB free disk space
Setup Instructions
-
Load the Docker Image After downloading the image file, load it into Docker using the following command:
docker load < path/to/downloaded/image -
Run the Docker Container Start the Forjinn container using the following command:
docker run -d -p 3000:3000 forjinn:opensource -
Initial Configuration
- Wait a couple of minutes for Forjinn to start up completely
- Open your web browser and navigate to: http://localhost:3000/setup
- Fill in your details in the setup form
- Save these credentials as they will be your sign-in details for future access
First Login
After completing the setup, you can access your Forjinn instance at http://localhost:3000 using the credentials you created during the setup process.
Support
If you encounter any issues during installation or need assistance, please visit our support page or raise an issue on our GitHub repository.
System Requirements
- Operating System: Linux, Windows, or macOS
- CPU: 2 cores minimum
- RAM: 4GB minimum
- Storage: 20GB of free space
- Docker: Latest stable version