Launch LMIgnite App¶
📹 See demo video
1. Run the one-click installation script¶
Note
OS Support:
MacOS: Full support with automatic dependency installation
Other OS (Windows/Linux): Supported if you have docker compose installed manually
Hit Command(⌘) + Space on your keyboard, and type terminal (or other terminal that you like), and then hit enter to launch the terminal.
Then, simply copy and paste the following command to your terminal:
bash <(curl -fsSL https://raw.githubusercontent.com/LMCache/LMIgnite/refs/heads/main/install.command)
This script will guide you through the installation process, and will pop up a browser for you to deploy LLMs in your own cloud!
2. Access the LMIgnite App¶
The script will automatically open your browser to the LMIgnite app. If it doesn’t, you can manually open up a browser and access the app at http://localhost:3001.
Tips¶
If the installation script fails, make sure you have the prerequisites installed as described in the Prerequisites section.
The script will handle all dependencies and setup automatically.
If you encounter any issues, check the terminal output for error messages.