Getting started with Jyavani CMS 2.3.74

Getting started with Jyavani CMS 2.3.74

Jyavani CMS 2.3.74 is a native PHP CMS without Composer runtime. Public entry is at public/router.php; configuration, dashboard, applications, plugins, schema, and private files are outside the correct web deployment root.

First orientation

After the foundation is complete, log in via the path created by the installer, default /login/. The default dashboard is at /dashboard/. Both can be changed in Auth Settings; The old access path will appear as 404.

Jyavani Dashboard

Initial checklist

  1. Delete/disable the installer folder public/pondasi.
  2. Make sure PUBLIC_PATH designates the existing absolute web root.
  3. Check the site URL, title, dashboard language, and content default language.
  4. Test login, logout, 404 dashboard, and HTTPS/session cookies.
  5. Create a draft article, choose a category, preview if allowed, then publish.
  6. Prepare database backups, public uploads, and private files.

Access model

The Foundation Account is the Site Owner and Administrator. Do not share this account. Create a daily account with a minimum system/custom role. Default public registration is off; when activated, the new account receives the Author and can wait for approval.

Use Theme/Plugin Store only for trusted packages. New URL changes should use canonical content routes so that the path history can still be redirected. For detailed installation, follow the Foundation article in this demo documentation.