π¦Installation
Instructions for installing saaster
π οΈLocal development
βοΈConfiguration
π§Setup Routine
Get saaster
Configure website
// Environment
variables.environment = "prod";
// Enter the URL of your live project (incl. http:// or https://)
variables.mainURL = "https://www.your-domain.com";
// The name of your application.cfc
variables.applicationname = "YourProjectName";Create database
Further configuration
βοΈConfigurationRunning the setup routine
π§Setup RoutineLast updated