Skip to content

Releases: riadvice/bbbeasy

BBBeasy v1.0.0-alpha-1

26 Jul 13:07
ee17655
Compare
Choose a tag to compare

⭐ Version Number and Title

  • 1.0.0 Alpha1 Release (2023-07-25)

🚀 Highlights/Key Features

We are thrilled to announce the first official release of BBBeasy! 🎉

After 1100+ commits and 20 months of dedicated development, the project has made significant strides towards maturity and stability, paving the way for future production deployments. 🏗️

While BBBeasy is not yet recommended for production deployment, we are actively working to further refine and enhance its capabilities to meet the highest standards. Your feedback and contributions are invaluable to us during this journey. 💛

We want to extend our heartfelt gratitude to all our contributors and users for their continuous support in making this release possible.

🔧 Installation

To install BBBeasy, you'll need a fresh Ubuntu 22.04 LTS server with the following specifications:

  • 2 CPU cores
  • 4GB of RAM
  • root user access

Follow the instructions below to install BBBeasy:

  • Set a persistent hostname for your server: hostnamectl set-hostname thecompany.kom
  • Set the email for your root user: usermod -s /bin/bash -c "Your Name \<[email protected]>" root
  • Run the one-liner installer: wget -qO- https://raw.githubusercontent.com/riadvice/bbbeasy/develop/install.sh | bash -s --

We are immensely grateful to the open-source community for their continuous support and contributions to BBBeasy. Your dedication and feedback are vital to the growth and improvement of this project. Together, we are building something remarkable. 💛

If you encounter any issues during installation or have any questions, don't hesitate to reach out the community forum for assistance 👉 BBBeasy Community Forum

Thank you for being a part of our open-source journey. Let's make BBBeasy even better, together!

➕ Added

  • PHP Backend powered by FatFreeFramework.
  • Typescript Frontend powered by Antd/React.
  • Documentation powered by Daucusaurus.
  • bbbeasy command line shell tool.
  • install.sh on-liner installer shell script.
  • Vagrant and PM2 ecosystem configuration files for development environement.

🐛 Fixed

No fixes to be mentioned for this release

🚧 Known Issues

📚 Documentation

We are actively refactoring the documentation in the following pull request: #810. Once the changes are merged, the updated documentation will be

🤝 Support and Feedback

We are here to assist you at every step of your BBBeasy journey! If you have any questions, encounter issues, or simply want to share your feedback, our vibrant community forum is the perfect place to connect with us:

👉 BBBeasy Community Forum

Our community members and developers actively participate in the forum to address queries, troubleshoot problems, and discuss ideas. It's a collaborative space where you can interact with other users, get advice, and contribute to the ongoing development of BBBeasy.

Here's how you can make the most of the forum:

  1. Ask Questions: If you need help or have doubts about installation, features, or usage, feel free to post your questions on the forum. Our community is eager to assist you.

  2. Report Issues: If you encounter any bugs or unexpected behavior while using BBBeasy, please report them on the forum. Our developers will investigate and work on timely resolutions.

  3. Share Feedback: We value your feedback! Whether it's a suggestion for improvement or a positive experience, your input helps us enhance BBBeasy for everyone.

  4. Contribute and Engage: You are an essential part of our open-source community. Contribute your ideas, expertise, and code to make BBBeasy even better.

Join us on the community forum, and let's build an inclusive and supportive environment together. Your involvement fuels the growth of BBBeasy and drives the project forward.

Thank you for being a part of our community. We look forward to hearing from you! 💛

🙌 New Contributors

📝 Full Changelog

  • View the complete list of changes, bug fixes, and improvements in this release on GitHub: v1.0.0-alpha-1 commits