aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/Makefile.in
AgeCommit message (Collapse)Author
2013-11-27$top/rpkid/portal-gui/ no longer needs a Makefile. Closes #477.Rob Austein
svn path=/trunk/; revision=5606
2013-05-02Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen.Rob Austein
svn path=/trunk/; revision=5315
2013-04-06Move installation of portal-gui data files into setup.py.Rob Austein
svn path=/trunk/; revision=5289
2013-03-19revert OS specific post install rules added in [5119]Michael Elkins
svn path=/trunk/; revision=5177
2013-03-14add alias for /rcynic/ to the generated apache.conf (see #465)Michael Elkins
svn path=/trunk/; revision=5148
2013-03-12set PATH in cron entry otherwise rpkigui-import-routes script is not found ↵Michael Elkins
in ${sbindir} svn path=/trunk/; revision=5134
2013-03-11fix error in crontab entry where it was not running every two hoursMichael Elkins
svn path=/trunk/; revision=5132
2013-03-07use --enable-target-install framework to add install-linux to the install ↵Michael Elkins
target for the web portal svn path=/trunk/; revision=5120
2013-03-07move installation of most portal-gui scripts to setup.py (see #373)Michael Elkins
add script to be invoked by cron to download routeviews data add install-linux target for creating cron jobs for some rpki gui tasks svn path=/trunk/; revision=5119
2013-03-06revert [5096]Michael Elkins
see #438 svn path=/trunk/; revision=5108
2013-03-03move build-time generated configuration to local_settings.py and leave ↵Michael Elkins
settings.py as a static file svn path=/trunk/; revision=5096
2013-01-31Merge from trunk.Rob Austein
svn path=/branches/tk377/; revision=4997
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2012-12-23"install -t" is a GNU-ism that only works on some platforms.Rob Austein
See #373. svn path=/trunk/; revision=4943
2012-12-20Add "make instalation-manifest" as a first cut at something that willRob Austein
automate construction of things like the pkg-plist for a FreeBSD port. This is a fairly nasty kludge, but we're kind of trapped at the intersection of two different build systems (autoconf and disttools) and a laundry list of platform-specific packaging systems, so anything we do here is likely to be nasty, and almost anything is better than trying to maintain packing lists for all those systems by hand. svn path=/trunk/; revision=4938
2012-11-26also remove settings.pyc in uninstallMichael Elkins
svn path=/branches/tk329/; revision=4904
2012-11-26configure now sets STATIC_ROOT in settings.pyMichael Elkins
revert to /media for serving static js, img and css files since that is what previously installed web servers will be configured to serve update makefile to install media files that would normally be installed by "django-admin collectstatic" svn path=/branches/tk329/; revision=4902
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
make sure to set the .vcard field when saving a ghostbuster request display the list of covering ROAs from the rcynic cache in the route detail view rename route_roa_list to route_detail remove the delete button from the object_detail.html template since not all objects that use it can be deleted set STATIC_ROOT in settings.py so that collectstatic works svn path=/branches/tk329/; revision=4901
2012-11-22commiting work in progressMichael Elkins
svn path=/branches/tk329/; revision=4894
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
see #329 svn path=/branches/tk329/; revision=4889
2012-11-15Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4873
2012-09-30Don't whack installation directories if they already exist. MaybeRob Austein
there's some clever way to autoconf this so users can control whether they want their directories whacked or not, but for now we need to stop doing this because it messes up /usr/local on MacOSX laptops. See #288. svn path=/branches/tk274/; revision=4745
2012-02-08use install -d instead of -D, which is not supported under freebsd's installMichael Elkins
svn path=/branches/tk161/; revision=4313
2012-02-07combine install targets into single targetMichael Elkins
svn path=/branches/tk161/; revision=4311
2012-02-06create /usr/local/share/rpki if it doesn't existMichael Elkins
svn path=/branches/tk161/; revision=4294
2012-01-17web portal no longer needs to write files in ${localstatedir}Michael Elkins
svn path=/branches/tk161/; revision=4198
2012-01-17install twitter boostrap.min.css into web portal media directoryMichael Elkins
svn path=/branches/tk161/; revision=4197
2012-01-17forgot to fix apache/rpki.conf -> apache.conf in makefileMichael Elkins
svn path=/branches/tk161/; revision=4191
2012-01-17rename the apache configuration file from rpki.conf to apache.confMichael Elkins
move files in the portal-gui/apache/ subdirectory up one level install data files to /usr/local/share/rpki/ rather than the /gui/ subdirectory make install automatically creates /usr/local/share/rpki/media/ for serving css files needed by the web portal svn path=/branches/tk161/; revision=4190
2011-12-08Use mysql as the db backend for django.Michael Elkins
Pull SQL authentication information from rpki.conf so the user need not edit settings.py. svn path=/branches/tk139/; revision=4106
2011-11-23remove features that depend on django 1.3, so that portal gui works with ↵Michael Elkins
django 1.2 svn path=/trunk/; revision=4093
2011-11-11if ${sysconfdir}/rpki/settings.py already exists, append a .new suffix and ↵Michael Elkins
copy the new version svn path=/branches/tk103/; revision=4083
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it ↵Michael Elkins
really is a configuration file svn path=/branches/tk103/; revision=4078
2011-10-13use the django.contrib.staticfiles app to serve the django admin site media.Michael Elkins
svn path=/trunk/; revision=4037
2011-10-07install copy of example rpki.conf as template for new gui usersMichael Elkins
svn path=/rpkid/portal-gui/Makefile.in; revision=4021
2011-05-10Don't assume installation directories existRob Austein
svn path=/pywrap/Makefile.in; revision=3810
2011-05-06DESTDIRRob Austein
svn path=/pywrap/Makefile.in; revision=3801
2011-03-03put django project templates into $top/rpkid/rpki/gui/templatesMichael Elkins
django templates should be installed as APP/templates/APP/template.html to avoid namespace clashes svn path=/rpkid/portal-gui/Makefile.in; revision=3709
2011-03-02portal-gui project Makefile should not install django app templatesMichael Elkins
svn path=/rpkid/portal-gui/Makefile.in; revision=3707
2011-03-02move $top/portal-gui into $top/rpkid/portal-guiMichael Elkins
svn path=/portal-gui; revision=3701