2013-09-28 03:06:32 +02:00
|
|
|
About nsupdate.info
|
|
|
|
===================
|
|
|
|
|
2013-09-29 14:31:01 +02:00
|
|
|
nsupdate.info is the idea of a really simple single purpose dynamic dns service.
|
|
|
|
Unlike other dynamic dns services its intention is that you do not
|
|
|
|
have to click a link every 30 days to keep your domain enabled or other jokes
|
|
|
|
like this.
|
2013-09-28 03:06:32 +02:00
|
|
|
|
2013-10-03 00:43:33 +02:00
|
|
|
nsupdate.info is is intended to be self hostable, but there is also a free
|
|
|
|
service on http://nsupdate.info/
|
2013-09-28 03:06:32 +02:00
|
|
|
|
2013-09-28 10:24:05 +02:00
|
|
|
|
|
|
|
Installation
|
2013-09-28 11:00:07 +02:00
|
|
|
============
|
2013-09-28 10:24:05 +02:00
|
|
|
|
2013-09-28 11:00:07 +02:00
|
|
|
If you haven't already done create and change to a virtualenv for the
|
2013-09-28 18:08:06 +02:00
|
|
|
installation (here with virtualenvwrapper)::
|
2013-09-28 18:01:43 +02:00
|
|
|
|
|
|
|
mkvirtualenv nsupdate
|
|
|
|
workon nsupdate
|
|
|
|
|
2013-09-28 11:00:07 +02:00
|
|
|
|
2013-09-28 18:08:06 +02:00
|
|
|
Clone the repo and cd into::
|
2013-09-28 18:01:43 +02:00
|
|
|
|
2013-10-03 00:43:33 +02:00
|
|
|
git clone git@github.com:nsupdate-info/nsupdate.info.git nsupdate
|
2013-09-28 18:01:43 +02:00
|
|
|
cd nsupdate
|
|
|
|
|
2013-09-28 11:00:07 +02:00
|
|
|
|
2013-09-29 14:31:01 +02:00
|
|
|
Then install the requirements::
|
2013-09-28 18:01:43 +02:00
|
|
|
|
2013-09-29 14:31:01 +02:00
|
|
|
pip install -e .
|
2013-09-28 18:01:43 +02:00
|
|
|
|
2013-09-28 11:00:07 +02:00
|
|
|
|
2013-09-28 10:24:05 +02:00
|
|
|
From time to time execute this again to install the newest dependencies.
|
2013-09-29 14:31:01 +02:00
|
|
|
Maybe in future there will be a PyPi package to install directly with pip.
|