Skip to content

Instantly share code, notes, and snippets.

@kurorido
Created December 29, 2020 18:54
Show Gist options
  • Save kurorido/66a3464719262b7f5303ce47b9716ff0 to your computer and use it in GitHub Desktop.
Save kurorido/66a3464719262b7f5303ce47b9716ff0 to your computer and use it in GitHub Desktop.
XAMPP-VM default metadata.json
{
"name": "XAMPP",
"homeURL": "",
"supportURL": "",
"version": "7.3.25-0",
"vendor": "",
"id": "",
"uuid": "A014CBAD-77C5-4FA4-8D64-96DC97FB8880",
"description": "XAMPP",
"storagePath": "/Users/username/.bitnami/stackman/machines/xampp",
"resourcesDir": "",
"services": [
{
"id": "proftpd",
"name": "ProFTPD",
"description": "ProFTPD",
"startCmd": "/opt/lampp/ctlscript.sh start proftpd",
"stopCmd": "/opt/lampp/ctlscript.sh stop proftpd",
"statusCmd": "/opt/lampp/ctlscript.sh status proftpd"
},
{
"id": "apache",
"name": "Apache",
"description": "Apache",
"startCmd": "/opt/lampp/ctlscript.sh start apache",
"stopCmd": "/opt/lampp/ctlscript.sh stop apache",
"statusCmd": "/opt/lampp/ctlscript.sh status apache"
},
{
"id": "mysql",
"name": "MySQL",
"description": "MySQL",
"startCmd": "/opt/lampp/ctlscript.sh start mysql",
"stopCmd": "/opt/lampp/ctlscript.sh stop mysql",
"statusCmd": "/opt/lampp/ctlscript.sh status mysql"
}
],
"volumes": [
{
"id": "root",
"kind": "",
"remoteDir": "/opt/lampp"
}
],
"PortForwards": [
{
"LocalPort": 8080,
"RemotePort": 80,
"RequireLocal": true,
"OverSSH": true
},
{
"LocalPort": 8443,
"RemotePort": 443,
"RequireLocal": true,
"OverSSH": true
}
],
"requiredMemory": 1024
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment