# mike-apps **Repository Path**: wanghuiic/mike-apps ## Basic Information - **Project Name**: mike-apps - **Description**: from https://github.com/mikelangelo-project/mike-apps - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MIKELANGELO Applications for OSv To use the repository, you have to clone it first on your machine. Then, you must edit the ```repositories``` section of the ```$OSV_HOME/config.json``` file, for example ```bash "repositories": [ "${OSV_BASE}/apps", "${OSV_BASE}/modules", "/path/to/mike/apps" ] ``` Make sure that existing repositories are preserved in case you would like to use applications and modules from those repositories. To build OSv images integrating applications from the Mikelangelo apps repository use ```bash make image=OpenFOAM ``` You can still include other modules and applications. The following will build an OSv image and include the OpenFOAM application and the HTTP REST server providing OSv API layer. ```bash make image=OpenFOAM,httpserver ``` ## Acknowledgements This project has been conducted within the RIA [MIKELANGELO project](https://www.mikelangelo-project.eu) (no. 645402), started in January 2015, and co-funded by the European Commission under the H2020-ICT- 07-2014: Advanced Cloud Infrastructures and Services programme.