private cloud: multiple devportal instances in single server?

chiki_sun
Participant III

Hi all,

i have a requirement where multiple devportal instances are needed (1 for each business unit). I dont see anything mentioned in the install doc about installing/setting up multiple devportal instances in the same server. The reason for single server is to reduce operating cost and maintenance. Is that doable?

0 1 164
1 REPLY 1

@leo sun - it is doable, but you'll probably have to figure it out on your own. The DevPortal is a website like any other, so you'll need to configure the nginx server with all your portals, and they should each have their own database in postgres. The portal's settings.php file should each point to their unique database.