How to install the apps in Midrub
Until the version 0.0.8.1 Midrub had a manual process to install the apps. Now you can install the apps with a click.
Each Midrub app contains two main folders: php and assets. The php contains the php files and assets contains the js, css and images.
Each app has a file installation.json which contains information to install the app. The installation.json file has 4 keys:
- version - contains the app's version.
- required - contains the minimum Midrub's version.
- php - contains the zip with php files.
- assets - contains the zip with assets.
To install an app, go to Administrator -> User -> Apps -> New App -> Upload App. Select your app and it will be installed.