Hey Chris,
lets get the repo package going.
Please correct according to your exprience.
1.
# Install dependencies
pear install Net_URL2-0.3.1
pear install HTTP_Request2-0.5.2
pear channel-discover pear.keremdurmus.com
pear install krmdrms/Services_Linode
2.
# copy plugin to ispconfig
cp linode_dns_plugin.inc.php to /usr/local/ispconfig/server/plugins-available/
3.
# maybe
https://www.linode.com/api/utility/user.getapikey could be used to automatically generate a key?
# create config.inc.local.php
touch config.inc.local.php
# add API keys
<?php
$conf['linode_api_key'] = '
"API_KEY":"aNW3ydF53LpVftU9s50e0reFEwy0piwGhwaLKAj 4okRZ" ';
$conf['linode_dns'] = true;
?>
4.
#
ln -s /usr/local/ispconfig/server/plugins-available/linode_dns_plugin.inc.php /usr/local/ispconfig/server/plugins-enabled/linode_dns_plugin.inc.php
Recent comments
1 day 7 hours ago
1 day 15 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 21 hours ago
1 day 23 hours ago
2 days 28 min ago
2 days 1 hour ago
2 days 17 hours ago
2 days 18 hours ago