graudusk/callurl
Composer 安装命令:
composer require graudusk/callurl
包简介
A module for fetching geographic data, fetching weather data and ip validation.
README 文档
README
A module to provide weather data fetched through open APIs.
Install as Anax module
This is how you install the module into an existing Anax installation.
Install using composer.
$ composer require graudusk/callurl
Copy the configuration files
$ rsync -av vendor/graudusk/callurl/config ./
$ rsync -av vendor/graudusk/callurl/view ./
$ rsync -av vendor/graudusk/callurl/htdocs/ ./htdocs
Install using scaffold postprocessing file
The module supports a postprocessing installation script, to be used with Anax scaffolding. The script executes the default installation, as outlined above.
bash vendor/graudusk/callurl/.anax/scaffold/postprocess.d/100_callurl.bash
The postprocessing script should be run after the composer require is done.
Install and setup Anax
You need a Anax installation, before you can use this module. You can create a sample Anax installation, using the scaffolding utility anax-cli.
Scaffold a sample Anax installation anax create a ramverk1-me-v2 into the directory callurl.
$ anax create a ramverk1-me-v2
$ cd callurl
Point your webserver to callurl/htdocs and Anax should display a Home-page.
License
This software carries a MIT license.
.
..: Copyright (c) 2018 Eric Johansson, erjh17@student.bth.se
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-04