Moxly Docs
  • πŸ‘‹Welcome to Moxly
  • Overview
    • πŸ’‘What we do
    • ✨Our Features
  • Dashboard and settings
    • πŸ–₯️Dashboard
    • πŸ“ŽSetting up the app
    • 🌐Languages
    • πŸ””Push Messages
    • πŸ“³Publication
    • πŸ‘©β€πŸ’ΌManagers
    • 🌐Custom Domain
  • Canvas and Database
    • πŸ› οΈDatabase
      • πŸ“Creating pages
    • πŸ› οΈComponents
      • Customers
      • Buttons
    • πŸ› οΈActions
    • πŸ•‘Appointments
      • Admin Panel
      • Screens in an App
  • Figma To Design The UI
    • 🎨For Designers
    • #️⃣Tags
      • Page Tags
      • Page structure
      • Element tags
      • Action and Component Tags
      • Animation
    • πŸ₯…Modal windows
    • πŸ”²Popover windows
    • πŸ“„Menu
    • 🚞Containers
      • Database containers
      • Search
      • Registration and authorization
      • Google Maps
      • Appointment calendar
      • Fixed content
      • Hide/Show
  • Integration
    • βš™οΈWordpress
    • βš™οΈAirtable
    • βš™οΈGoogle Sheets
    • 🌐Webview
  • Rest API
    • βš™οΈAbout Rest API
  • Version history
    • βš™οΈChangelog
  • Moxly CMS "Enterprise"
    • βš™οΈAbout
      • βš™οΈSystem Requirements
      • βš™οΈLibraries And Tools
      • βš™οΈInstall Moxly CMS
      • βš™οΈAdministrator Settings
Powered by GitBook
On this page
  1. Moxly CMS "Enterprise"
  2. About

Install Moxly CMS

After install all requred dependencies and tools, you can install platform.

Аollow these steps: – Set the domain name to be used for the platform – Setup domain dir in server – Install an SSL certificate, since the platform only works with a secure connection. – Create MySQL database – Upload install.zip to domain folder and unpack.

After then, open your domain url in browser and make install with follow the instructions.

You must add this command to cron:

php /path/to/your/domain/artisan schedule:run

his cron job mut be running every minuts

Add a Scheduler

Log in with user rights to your server in the β€œscheduler” section (not root)

/php /var/www/www-root/data/www/dashboard.example.com/artisan schedule:run >/dev/null 2>&1 

Add a new task (set all values every minute) Don’t forget to change the path to your folder in the example

PreviousLibraries And ToolsNextAdministrator Settings

Last updated 1 year ago

βš™οΈ
βš™οΈ