DFabric / DPlatform-Shell

Deploy self-hosted apps easily: simple, bloat-free, independent installation
https://dfabric.github.io/DPlatform-Shell
MIT License
271 stars 44 forks source link

Display actual port number after install #33

Closed ghost closed 7 years ago

ghost commented 7 years ago

Would it be possible to display the actual port number after installing an app? Currently, the window after the installation displays the correct host name, but not the chosen port.

j8r commented 7 years ago

What app have you installed? Anyway I'm working actually on a new release "v1.0" of DPlaftorm that have this feature, this informations will be on a yaml file.

ghost commented 7 years ago

Great news! Found this behaviour after installing EtherCalc, same goes for Etherpad at least I guess

j8r commented 7 years ago

I add also that a dpcli command will replace the GUI based on whiptail. The port and domain will be options of dpcli. Thanks I see what's wrong, I go fixing this, thanks!

j8r commented 7 years ago

Fixed - just the variable $port instead of the "static" default port number. I've also fixed the not empty issue for /home/etherpad, at least. The script don't create a default home for the user, only the git clone do.

ghost commented 7 years ago

Awesome! I think the empty issue was on my side, I was using a root terminal rather than sudo, maybe that was a problem there.