The Convenience Script Guide for All Users
Here you'll find a script for non-interactive Smartstore installation in development or test environments. This basic script is not recommended for production environments but is useful for creating a deployment script tailored to your needs.
The script is designed to install a new Smartstore instance on a fresh Linux server (e.g. Ubuntu). A domain name must be available and will be requested by the script.
Who is This Script For?
- Quick test environment setup
- No terminal skills required
- Developer base configuration
For production environments, install manually!
Requirements
Server Specifications
- 2 CPU cores
- 2 GB RAM
- Ubuntu (recommended)
Required Access
- Domain name
- Sudo/Root privileges
Installation Guide
1. Download Script
curl -fsSL https://get-linux.smartstore.com/get-smartstore.sh -o get-smartstore.sh
2. Test Dry Run
sudo sh ./get-smartstore.sh --dry-run
3. Start Installation
sudo sh ./get-smartstore.sh
Installation Prompts:
- Domain name (e.g. myshop.test)
- MySQL root password (confirm 2x)
- Database user and password
Post-Installation
Database Connection
- Server
- localhost
- Database
- smartstore
Next Steps
- Open domain in browser
- Complete Smartstore setup
Important Security Notes
- Securely store root password
- Do not use script in production
- Verify firewall settings
