Windus
  • Overview
  • Installation
    • Database
      • MariaDB / MySQL
      • Supabase
    • Files
      • Server Files
      • Application Files
  • User Manual
    • Projects
      • Page
  • Builder
    • Selected Element
    • Objects
    • Keyboard Shortcuts
Powered by GitBook
On this page
  1. Installation
  2. Files

Application Files

PreviousServer FilesNextProjects

Last updated 1 year ago

Windus application files are located in /src/app directory. It contains only static assets, which means they can be placed on any web server.

Configuration

Before uploading your application files, you must update config.js file in your application directory.

In config.js file you must update your database and full URL to your API backend accordingly.

Database options are mariadb or supabase.

After you save config.js, you can upload files to your server and visit your site to check if login page appears.