VPS
This might be the basic ask to operate a product/software and this is to host our homesite and forum.
- Compute/Droplet: we chose the digital ocean's primary standard virtual machine:
MEMORY | VCPUS | TRANSFER | SSD DISK | PRICE |
---|---|---|---|---|
1 GB | 1 vCPU | 1 TB | 25 GB | $5/mo $0.007/hr |
- OS, based on the above configuration, we think ubuntu 16.04 might be the base choice for us
Ubuntu 16.04.6 LTS (GNU/Linux 3.13.0-24-generic i686)
- Database, sure thing it is MySQL
mysql Ver 14.14 Distrib 5.6.33, for debian-linux-gnu (i686) using EditLine wrapper
- Homesite, we used Joomla, running with PHP7.3
- Forum, our forum (https://forum.moneymanagerex.org/) is based on PHPBB 3.2.9/PHP7.2. one tiny issue is its feed is not working :(
- Referral link: https://m.do.co/c/915270286fbf
Product
we have several ports of MMEX and here I just list Desktop MMEX as a start.
- The framework, it is based on wxWidgets 3.0/3.1.
- we are heavily relying on the wxWebview lib to render all reports related pieces of stuff.
- Storage, it is SQLite3
- With the benefit of wxWidgets, this product would be running on most of the platforms.
- Tracking, we use both Google Analytics and built-in tool to track the usage.
Hope this helps.