Skip to content

1.0.4

Latest
Compare
Choose a tag to compare
@rodyherrera rodyherrera released this 17 Mar 21:45
· 12 commits to main since this release

Quantum v1.0.4 馃

What's New?

  • Integration of multiple domains to a specific hosted repository, with automatic SSL certificate generation.
  • Docker was implemented to facilitate the deployment of both the web-ui and the platform server. Facilitating the deployment in terms of the installation of dependencies required for the execution of the platform.
  • Guide to migrate to new versions of the platform without losing its current configuration and data. (README.md).
  • Isolation of the platform's persistent storage (where records and containers are stored), since /var/lib/quantum/ is now used, avoiding depending on a path that is within the project's source code.
  • Separation of execution environments, as well as how one or another database is chosen depending on the value of NODE_ENV (production/development). The same will apply to using persistent storage, since there will be /var/lib/quantum/production/ (for when it is the case of NODE_ENV = production), and otherwise /var/lib/quantum/development/.
  • Much of the source code of the application in general has been documented with the JSDoc format, facilitating its understanding and maintainability.
  • Creation of bash scripts for automatic installation of dependencies or configuration within the system.
  • Refactored source code, improving modularization and security.

And much more! 馃く

RepositoryMultipleDomains
QuantumStorageDir