suivi/README.md

28 lines
825 B
Markdown

# Murph
Murph is an **open-source CMF** built on top of Symfony that helps you to **build your own CMS with several domains and languages**. It comes with:
* A fully implemented and customizable **tree manager** 🌳
* A **CRUD generator** ✏️
* A global **settings manager** and a navigation settings manager ⚙️
* A **tasks manager** 🧹
* A basic **web analytics** 📊
* **2FA authentication** 🔒
**Symfony developers will love build on Murph 🧪**
**End users will be fond of the interface and the powerful tools 💜**
📗 [Read the documentation](https://doc.murph-project.org/)
## Suivi
### Security
```
$ mkdir config/secrets
$ openssl genrsa -out config/secrets/prod.private.key 4096
$ openssl rsa -in config/secrets/prod.private.key -out config/secrets/prod.public.key -pubout -outform PEM
```