Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florent37/open-mam
Open Source Mobile Application Management (WORK IN PROGRESS)
https://github.com/florent37/open-mam
android apple application beta ios management mobile open opensource php play source store stores
Last synced: 2 months ago
JSON representation
Open Source Mobile Application Management (WORK IN PROGRESS)
- Host: GitHub
- URL: https://github.com/florent37/open-mam
- Owner: florent37
- License: apache-2.0
- Created: 2017-07-03T20:22:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T06:58:30.000Z (over 7 years ago)
- Last Synced: 2024-11-02T13:33:55.627Z (3 months ago)
- Topics: android, apple, application, beta, ios, management, mobile, open, opensource, php, play, source, store, stores
- Language: Java
- Homepage:
- Size: 159 KB
- Stars: 28
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open-Mam
Open-Mam is an open-source mobile application management,
With this project, you will have your own mobile store, linked with your own server.The main goal is to distribute your applications to your employers, your beta-testers or your clients,
but without sending your application binaries on the cloud, you will handle their storage.# API
The api has been thinked to be used on any server, even in :
- a hosted server (PHP)
- a mutualised server (PHP)
- a server that does not allow url-rewriting
- a server without database (use file mode or sqllite)
- a server that deny file storage (allow to store apk's outside, eg: in a git or a ftp)# Android
The Android application is like the Play Store, but contains only your own applications,
it's built with open-source libraries, and has a material look & feel.To have an Android store, you can :
- use the given application binary (link in this README), and link it to you own server
or
- fork it, then modify the `configuration.gradle` file to change his name, his colors and directly couple with your server# Roadmap
There's a lot of work to publish this project, I'm currently working on :
- Implementing the API (PHP / Mysql)
- Developping the Android Client
- Developping the front website
- Versioning the API
- Versioning the Android Client
- Adding notifications on Android Client# Contribution
Feel free to contribute to this project by sending me pull requests or issues
Contact me on my email [email protected] if you have any question about Open-Mam