-
Example of how to use the new Embed framework in Pyramid 2020.11 onwards
Below is a simple sample code example of how to use the new embed framework. Update the username, password and contentID(to get the ID, right click on the item to embed >Metadata) to those relevant…
-
How to setup a Amazon(AWS) Load Balancer to work with Pyramid
The below example shows you how to setup your Amazon Load Balancer to forward HTTPS traffic to the internal Pyramid web server. As can be seen below two listeners have been setup.…
-
Seamless page loading
First of all, sorry for the bad terminology used here. I have no clues on what the thing I try to explain is called. Let me try: I recently see a lot of nice websites being build with a "seamless…
- Answered
-
How to change the default internal Pyramid website port
1) Navigate to the below file: "C:\Program Files\Pyramid 2018\config.ini" Find the line "wwwport=8181" and change it to a port of your choosing. Also update the following line to reflect the new…