Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroendedauw/tarballdownloader
Experimental SMW tarball downloading service
https://github.com/jeroendedauw/tarballdownloader
Last synced: 8 days ago
JSON representation
Experimental SMW tarball downloading service
- Host: GitHub
- URL: https://github.com/jeroendedauw/tarballdownloader
- Owner: JeroenDeDauw
- License: other
- Created: 2015-09-29T20:04:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T12:01:31.000Z (about 9 years ago)
- Last Synced: 2024-10-16T14:41:00.269Z (about 1 month ago)
- Language: PHP
- Size: 161 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# SMW tarball downloader
[![Build Status](https://travis-ci.org/JeroenDeDauw/TarballDownloader.svg)](https://travis-ci.org/JeroenDeDauw/TarballDownloader)
This is code for webpage on which users can request SMW and other extension tarballs to be build, which they can then download. This is useful for people that cannot run Composer on the server where their wiki is hosted.
## Requirements
* PHP 5.5 or later
* Linux (bash is used)
* `composer` command needs to exist
* `zip` command needs to exist## Installation
Run `composer install`
## Testing
Run `phpunit`. Note that this will write things into the `/tmp` directory.
## Running the website
`www` should be web accessible. The entry point is `www/index.php`.
You can run the website during development by executing `php -S localhost:8000` in `www`.