Razyyn

ERPNext / Frappe 14 · 1 / 7

Avant de commencer

Everything you need before installing Razyyn AI on ERPNext / Frappe 14.

Ces étapes sont vérifiées avec le code actuel de cette version. Remplacez les chemins, noms de site et bases de données d’exemple par les vôtres. Les détails techniques ci-dessous sont en anglais.

Check the version

This guide is for Frappe / ERPNext 14. Use the matching Git branch Razyyn-AI-Frappe-v14; installing a branch for another major version can fail during migration or view loading.

Get the required access

  • Terminal or SSH access to the server that runs the Frappe bench.
  • The bench directory and the exact site name (a directory under sites/).
  • A Frappe System Manager account for the chat and Agent Settings.
  • Outbound HTTPS access from the ERP server to the Razyyn platform, and an ERP URL reachable by the platform for the connection handshake.

Protect the existing system

Take a current database backup and follow your normal change window. If a hosting provider controls custom apps or server restarts, ask them to run the installation commands in the next chapter.

cd /path/to/frappe-bench
bench --site your-site.example backup --with-files

Understand the starting permissions

Installation creates a dedicated agent user and role with no permissions on your business DocTypes. Connecting may switch on the Agent Write Policy, but Recording Enabled stays off until you explicitly enable it. Grant only the business permissions you intend to use.

Browse the Razyyn-AI-Frappe-v14 source