LogoLogo
  • Introduction
    • 👋Overview
    • 🤷Target Audience
    • ✨Features
  • Getting started
    • 🖥️System Requirements
    • 📦Installation
    • ⚙️Configuration
    • 🔧Setup Routine
  • Fundementals
    • 🎎Roles
    • 🌏Countries and time zones
    • ♻️Scheduletask concept
    • 💰Payment Service Provider
    • ✏️Administration
      • 🔵Sales
        • 👥Customers
        • 📥Invoices
        • 📋Plans
        • 🧊Modules
      • 🟢System
        • 🎛️System settings
        • ⛓️API Settings
        • 🌐Languages
        • 🪙Currencies
        • 🏳️Countries
        • 📂Mappings
        • 💬Translations
        • 🪧Widgets
    • 🖱️User guide
      • 🔐Customer rights
      • 🔗Customer Navigation
      • 📃Edit profile
      • 🔑Reset password
      • 🏨Edit company
      • ⚡Manage users
      • 👔Manage tenants
      • 📨View invoices
      • 💸Add payment method
      • 🪧Manage plans
      • 📦Manage modules
      • 🔔Notifications
  • Development
    • 🛠️Local development
    • 📂Folder structure
      • 🗄️Application.cfc
    • 💡Develop with saaster
      • 🎇General services
        • 💼Mappings and rigths management
        • ↩️Redirects
        • 👤Customer specific sessions
        • 〽️Global variable "getCustomerData"
      • 🌐Global functions
        • ⚙️getTrans()
        • ⚙️getAlert()
        • ⚙️logWrite()
        • ⚙️getTime()
      • 🧊Developing the main application
      • 📦Developing modules
  • API
    • ⚒️API: Get started
    • 📂Resources
      • 📄authenticate
      • 📄getCurrentModules
      • 📄getCurrentPlan
      • 📄getPlanFeatureSetting
Powered by GitBook
On this page
  • Start setup routine
  • Choose operation circle
  • Add new language
  • Set default currency
  • Create SysAdmin account
  1. Getting started

Setup Routine

Setup routine for the basic configuration of saaster

PreviousConfigurationNextRoles

Last updated 1 year ago

After you have successfully run the setup routine, delete the setup folder from your production environment.

Our setup routine provides an easy way for the SaaS provider to configure saaster for first usage. If you not already have setup saaster on your production server follow this guide first:

Start setup routine

Once files and database are set up, you should be able to access the setup over following URL: https://your-domain.com/setup

If everything is configured as it should, you will be greeted with the beginning of our setup routine. Start the setup by clicking the according button.

Choose operation circle

Now you will be asked to choose between a worldwide or country based operation circle. Continue if you selected the desired option.

Have you chosen to offer your project worldwide, you skip the country selection and immediately proceed to the next step. In this step, you choose the default language of your project. Note that you CAN'T change the default language later on!

If your desired language is not available, you can add a new one. To do so, click "Add language".

If you selected "country based" as your operation circle, selected the desired countries and proceed.

Choose your default country and proceed. The default country can be changed later on.

In this step, you choose the default language of your project. Note that you CAN'T change the default language later on!

If your desired language is not available, you can add a new one. To do so, click "Add language".

Add new language

If your desired language is not available, you can add a new one.

Field

Description

Language (english)

The language in the English language (e.g. French)

Language (in its language)

The language within the language that is captured (e.g. François)

ISO code

The ISO code of the language in two digits (e.g. fr)

After you have decided your default language, save it, and go on.

Set default currency

Now select the currency you want to define as default. If your desired currency is not available, you can add it later. You can change the default currency at any time.

Click the save button in order to finish the setup.

Create SysAdmin account

After finishing the setup, you will be redirected to the register form. Provide the requested data and confirm your email address. As the first user that registers, you will receive the role of the SysAdmin.

Now you should be able to login to saaster and start working on your SaaS project!

https://your-domain.com/login

More information about this under .

If you created a new language, you will be asked to translate all system translations manually or per bulk translate. The bulk translate uses the translation service from DeepL. Create an account to get access to the API of DeepL.

🔧
Country and time zone concept
here
📦Installation