PDA

View Full Version : Customize app center icon and title



hmischel@diligentsystems.com
2019-09-09, 11:47
Hi,

I know I had seen this somewhere, but can't seem to find it now.

If anywhere has that info, that would be great.

Thanks

Herb

hmischel@diligentsystems.com
2019-09-09, 12:08
found it.

https://www.lianja.com/community/showthread.php?2464-Solved-Customising-Log-in-screen-in-App-Center

hmischel@diligentsystems.com
2019-09-09, 15:59
I think I am missing something.

I have an app deployed to a server.

I have a desktop machine with a local runtime with a tenenacy that points to the server.

The applications run just fine. Yet, I cannot alter the text of the app center.

Which file on which machine am I suppose to modify for a purely desktop application?

Thanks

Herb

barrymavin
2019-09-10, 00:28
Hi Herb,

The customization of the app Center with tenancies is for cloud apps running off the lianja cloud server.

For Desktop applications this is accomplished with command line switches.

Let me investigate.

barrymavin
2019-09-10, 04:06
Hi Herb,

If you are wanting to have a custom app center page and the login page...

1. In a command window

cd C:\lianja\cloudserver\tenants\public\appcenter

2. Copy appcenter.rsp to appcenter_mycust.rsp and login.rsp to login_mycust.rsp.
3. Edit those files and customize them.

Then add a --customer mycust switch to the desktop icon for your app.

Thats how you customize the appcenter and the login for desktop apps.

hmischel@diligentsystems.com
2019-09-10, 06:05
Hi Barry,

I think I am following you correctly.

On the production server,in c:\lianja\cloudserver\appcenter, I created copies of login.rsp and appcenter.rsp and renamed them login_mycust.rsp and appcenter_mycust.rsp

I then used the --customer mycust command line option on the desktop.

However, I am getting a blank page, so I am probably missing a step.

I did notice that there is no appcenter_mycust.rso and no login_mycust.rso in the c:\lianja\cloudserver\appcenter directory


thanks

Herb

yvonne.milne
2019-09-10, 08:57
Hi Herb,

You don't mention the --tenancy <Drive>: command line option - are you including that?

Regards,

Yvonne

barrymavin
2019-09-10, 13:26
Hi Barry,

I think I am following you correctly.

On the production server,in c:\lianja\cloudserver\appcenter, I created copies of login.rsp and appcenter.rsp and renamed them login_mycust.rsp and appcenter_mycust.rsp

I then used the --customer mycust command line option on the desktop.

However, I am getting a blank page, so I am probably missing a step.

I did notice that there is no appcenter_mycust.rso and no login_mycust.rso in the c:\lianja\cloudserver\appcenter directory


thanks

Herb

C:\lianja\cloudserver\tenants\public\appcenter

is the directory used by the desktop runtime. I had corrected that in the forum post.

hmischel@diligentsystems.com
2019-09-10, 14:09
ahhhh - see.

I knew I was missing something!!

Thanks Barry and Yvonne.