This is the multi-page printable view of this section. .
Quick Start
Your First 5 Minutes
This tutorial gets you productive with Piglet Run in 5 minutes.
Access Your Environment
After installation, access your environment:
| Service | URL | Default Credentials |
|---|---|---|
| Homepage | http://<ip>/ |
None |
| VS Code | http://<ip>/code |
See /data/code/config.yaml |
| Jupyter | http://<ip>/jupyter |
Token in logs |
| Grafana | http://<ip>/ui |
admin / admin |
Create Your First Project
1. Open VS Code
Navigate to http://<ip>/code in your browser.
2. Open Terminal
Press Ctrl+` to open the integrated terminal.
3. Create a Project
4. Create a Simple App
Create app.py:
5. Run It
Connect to PostgreSQL
Or in Python:
Next Steps
- Learn more about VS Code
- Explore Jupyter
- Try Claude Code