Changes between Initial Version and Version 1 of UserGuidelines/Admin/MapPrinting
- Timestamp:
- 05/30/14 12:18:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/MapPrinting
v1 v1 1 = Print Maps = 2 3 Install PhantomJS: 4 * [wiki:InstallationGuidelines/PhantomJS InstallationGuidelines/PhantomJS] 5 6 Install Selenium: 7 {{{ 8 pip install selenium 9 }}} 10 11 Configure the server: 12 {{{ 13 vim /home/web2py/applications/eden/models/000_config.py 14 settings.gis.print_button = True 15 16 compile 17 }}} 18 19 == See Also == 20 * BluePrint/GIS/Printing