Awesome
<img src="./.assets/cover.png" alt="logo"/>Telegram Bot: Mermaid Generator
Create diagrams and visualizations using text and code. Powered by mermaid.js.
🛠 Built with
🛡 Requirements
- Apache / nginx
- SSL support
- PHP ≥ 8.1
- MariaDB ≥ 10.2.3 or Postgresql ≥ 9.5 or SQLite with JSON1 extension
- Crontab (to update cached statistics)
- GIT
🗃️ Flow chart
🚀 First deploy
cd <vhost-folder>
git clone https://github.com/<username>/telegram-mermaid.git
cd telegram-mermaid
cp .env.example .env
- Edit the
.env
file with your preferences wget https://getcomposer.org/download/latest-2.x/composer.phar
php composer.phar install
sudo chmod -R 775 bootstrap/
sudo chmod -R 775 storage/
php artisan migrate
php artisan nutgram:register-commands
php artisan nutgram:hook:set https://<domain>.<tls>/hook
🌠 Continuous deployment
This project will be updated in production at every pushed tag to master branch.<br> Check this github workflow: deploy.yml
📃 Changelog
Please see the changelog.md for more information on what has changed recently.
🏅 Credits
📖 License
Please see the LICENSE.md file for more information.