https://github.com/mwsimple/linodednsmanagerbundle
Linode DNS Manager Bundle
https://github.com/mwsimple/linodednsmanagerbundle
Last synced: about 1 year ago
JSON representation
Linode DNS Manager Bundle
- Host: GitHub
- URL: https://github.com/mwsimple/linodednsmanagerbundle
- Owner: MWSimple
- License: mit
- Created: 2013-11-13T14:32:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-18T12:21:25.000Z (over 12 years ago)
- Last Synced: 2025-01-17T19:08:52.063Z (about 1 year ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinodeDNSManagerBundle
This bundle Linode DNS Manager
## Installation
### Using composer
Add following lines to your `composer.json` file:
### Symfony 2.3.*
```json
"require": {
...
"mwsimple/linode-dns-manager": "9999999-dev"
}
```
Execute:
```cli
php composer.phar update "mwsimple/linode-dns-manager"
```
Add it to the `AppKernel.php` class:
```php
// ...
new MWSimple\Bundle\CrudGeneratorBundle\MWSimpleLinodeDNSManagerBundle(),
```
### Configuration services
You can configure `config.yml` find imports:
```yaml
imports:
...
- { resource: "@MWSimpleLinodeDNSManagerBundle/Resources/config/services.yml" }
```
### Configure routing
You can configure `routing.yml`
```yaml
mw_simple_linode_dns_manager:
resource: "@MWSimpleLinodeDNSManagerBundle/Controller/"
type: annotation
prefix: /dnsmanager/
```
### Configure parameters
You can configure `parameters.yml`
```yaml
api_key_linode: apikeylinode
ip_server: ipserverlinode
```
## Author
Gonzalo Alonso - gonkpo@gmail.com