This commit is contained in:
Arne Schauf 2013-09-29 14:31:01 +02:00
parent f56b8a8376
commit ebcbc5ed4a

View File

@ -1,9 +1,13 @@
About nsupdate.info About nsupdate.info
=================== ===================
www.nsupdate.info is a free dynamic dns service. 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.
nsupdate.info is also the name of the software used to implement it. nsupdate.info is is intended to be self hostable, but there will most probably
be a free service on http://www.nsupdate.info/
Installation Installation
@ -22,12 +26,11 @@ Clone the repo and cd into::
cd nsupdate cd nsupdate
Then install the requirements (either "dev" or just "all" for production):: Then install the requirements::
pip install -r requirements.d/all.txt pip install -e .
# or for dev
pip install -r requirements.d/dev.
From time to time execute this again to install the newest dependencies. From time to time execute this again to install the newest dependencies.
Maybe in future there will be a PyPi package to install directly with pip.