This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
usage:launchpad [2016/12/12 06:14] asok |
usage:launchpad [2016/12/12 06:48] (current) asok |
||
---|---|---|---|
Line 18: | Line 18: | ||
====Direct Access through URL==== | ====Direct Access through URL==== | ||
- | To access a site directly from your URL, say, mycompany.com, use | + | To access a site directly from your URL, say, mydomain.com, use |
- | * http://mycompany.com to access the directory. | + | * http://mydomain.com to access the directory. |
- | * http://myshortname.mycompany.com to access the default site of the business whose short name is myshortname. | + | * http://myshortname.mydomain.com to access the default site of the business whose short name is myshortname. |
- | * http://mysitename.myshortname.mycompany.com to access the site mysitename. | + | * http://mysitename.myshortname.mydomain.com to access the site mysitename. |
Notes: | Notes: | ||
- | (1) For directory to work correctly, make sure your system has business id 1 which implements the global directory. Run the following SQL commands from initdb to update the site. | + | (1) For the global directory to work correctly, make sure your system has business id 1 which implements the global directory. Run the following SQL commands from initdb to update the site. |
<code> | <code> | ||
Line 41: | Line 41: | ||
The Launchpad is the default Home site for a business which can be used by the internal users to launch various sites in the business. When you launch a site from the Launchpad, you always return to Launchpad. Outside users may be given only the URL directly going to the sites of their interest. | The Launchpad is the default Home site for a business which can be used by the internal users to launch various sites in the business. When you launch a site from the Launchpad, you always return to Launchpad. Outside users may be given only the URL directly going to the sites of their interest. | ||
- | To install Launchpad for a business, after logging in to the ERP site, delete the portal as well as the skin with the name Home, if any. Thereafter, change the page parameter to page=catest to start the test screen. Once in test Run the command | + | To install Launchpad for a business, after logging in to the ERP site, delete the portal as well as the skin with the name **Home**, if any. Thereafter, change the page parameter to **page=catest** to start the test page. Once in **catest**, Run the command |
<code> | <code> | ||
call caaddhome | call caaddhome | ||
</code> | </code> | ||
+ | Now, if you click on the company name/logo in the Directory or access using http://myshortname.mydomain.com you will be taken to the Launchpad of the business. | ||
+ | |||
+ | {{:usage:portals-classic-720.png?720|}} | ||