Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiejaoude/toran-proxy-vagrant-ansible
Local mirror of Packagist with Toran Proxy and Vagrant / Ansible
https://github.com/eddiejaoude/toran-proxy-vagrant-ansible
Last synced: 3 months ago
JSON representation
Local mirror of Packagist with Toran Proxy and Vagrant / Ansible
- Host: GitHub
- URL: https://github.com/eddiejaoude/toran-proxy-vagrant-ansible
- Owner: eddiejaoude
- License: mit
- Created: 2015-07-15T06:36:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-25T07:43:51.000Z (over 9 years ago)
- Last Synced: 2024-05-02T05:41:02.644Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 160 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toran proxy with Vagrant & Ansible
Getting started an example/demo/personal usage of Toran Proxy - Packagist mirror
See **Toran Proxy** [licensing](https://toranproxy.com) - remember, people worked hard on this and continue to do so, plus lets face it, it is an amazing dependency manager for **PHP**. Support your tools & community. (approximetly $10 / per month).
# Requirements
* vagrant
# Example Usage
1. Clone & Run `vagrant up`
2. Add host entry `192.168.33.100 toranproxy.local`
3. Navigate to `toranproxy.local` and follow it's setup instructionsIf you wish to download the whole of Packagust's packges from GitHub for offline use, get a list from [Toran/Packagist Package list](https://github.com/eddiejaoude/toran-proxy-packages). Then update either via the web form on `toranproxy.local` or manually edit the yml config for the packages list in `toran/app/toran/config.yml`
---
# Known issues
A few people have had issues with CSRF token and Toran proxy setup form. The way to get around this is to turn off CSRF validation in the config.
Update `toran/app/config/config.yml` where **csrf_protection** with:
```yaml
framework:
# ...
csrf_protection: false
# ...
```Any questions raise an [issue here](https://github.com/eddiejaoude/toran-proxy-vagrant-ansible/issues).