aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/scripts/adduser.py
AgeCommit message (Collapse)Author
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3657
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
change dashboard url to /rpki/ put myrpki cli path and confdir into settings.py rather than generating glue.py at build time don't use the old myrpki images on the dashboard no longer need to include the portal-gui python module in sys.path since it is installed in site-packages svn path=/buildtools/subst-vars.py; revision=3646
2011-01-22modify adduser script to set password in django rather than apache digest authMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3635
2011-01-22integrate portal-gui into toplevel configure script; remove ↵Michael Elkins
$top/portal-gui/build.sh as a result remove helper script, and use @PYTHON@ configure variable to substitute instead rename django.wsgi => rpki.wsgi rename zrpki.conf => rpki.conf for apache configuration svn path=/configure; revision=3629
2011-01-20UNTESTED changes to port-gui to match myrpki.conf => rpki.conf changesRob Austein
into line with the other Python code portal-gui needs a bit more work to bring its autoconf into line with the other code, which may include some source tree reorganizations. svn path=/portal-gui/Makefile.in; revision=3621
2010-11-29change $USER to $WEBUSER to avoid conflict with posix shell variable of same ↵Michael Elkins
name svn path=/portal-gui/Makefile.in; revision=3566
2010-11-17call conf.save() regardless of self-hosted or notMichael Elkins
always chown() the *.csv files, even if they already exist svn path=/portal-gui/scripts/adduser.py; revision=3552
2010-11-11move docs on configuring apache to README.apacheMichael Elkins
update README to detail use of the build.sh for installation instead of using the configure script directly. added USER= configuration variable to specify the user that the apache web server is running as. make install target sets file permissions so that apache user can read/write them adduser.py sets file permissions so that apacher user can read/write them svn path=/portal-gui/Makefile.in; revision=3548
2010-11-07updates to portal-giu to better support hosted handlesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3538
2010-10-29adduser now adds the user to the apache password file if not already presentMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3512
2010-10-29adduser script should create empty csv files so portal-gui doesn't barfMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3511
2010-10-28add stub myrpki.conf when create rpkidemo userMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3505
2010-10-28move django.wsgi into apache/ subdir for improved securityMichael Elkins
new adduser script for creating portal-gui users (to be used with rpkidemo) add stub apache conf file for integration with mod_wsgi svn path=/portal-gui/Makefile.in; revision=3504