Giter VIP home page Giter VIP logo

apps-version-update's Introduction

项目简介

一个可以给需要在线自动更新版本的手机或桌面软件的APP接口与后台管理的web程序。

提供了以下功能:

本项目 采用php+html5+css3开发

  • APP更新接口返回json格式的更新数据
  • 支持多个app的版本更新管理
  • 提供永远下载最新版本的url地址
  • 输出可永远下载最新版本的二维码
  • 前后端都为开源框架开发,更好的扩展性。(后端框架:CodeIgniter,前端框架:amazeui)

安装步骤

  • Step 1:新建一个mysql的数据库
  • Step 2:打开sql文件夹内的数据库文件,在新建立的数据库中执行
  • Step 3:打开application\config下的database.php,根据你的环境修改port、password、database参数
  • Step 4:打开application\config下的config.php,根据你的需要修改 “中文备注” 的那几个参数,其他参数默认即可
  • Step 5:开启Apache的Rewrite模块
  • Step 6:修改php.ini,使之支持大文件上传,修改 file_uploads = on; upload_tmp_dir = "/tmp"; upload_max_filesize = 50m; post_max_size = 50m; max_execution_time = 600; max_input_time = 600; memory_limit = 32m;
  • Step 7:使用浏览器进入config.php配置的base_url地址,后台管理默认用户名为 admin,默认密码为 123456

屏幕截图

  • APP更新接口返回的json

image

  • APP列表

image

  • 版本列表

image

  • 永远下载最新版本的url地址

image

apps-version-update's People

Contributors

onanying avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

apps-version-update's Issues

Nginx伪静态

不会伪静态,就找了几个转换的网站转成nginx的,但是一直没成功,打开的admin页一直是404

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.