Hosting a custom Angular App in the cumulocity - cumulocity

We are creating a custom Angular App which uses only the services of cumulocity and not any cumulocity based plugins.
If i host this app inside the cumulocity, the app will work or not.
Please clarify. We are needing answers for many question but we don't have until now.
Please help us to support Soon
Thanks
BA
After your comments i have created application folder which contains certain assets, index.html etc..
At the end i zipped and uploaded in the tenant. When i clicked the application it is going to 404 not found.
Attached the screen shot for your reference.
https://tempar.adamos.com/apps/custom-app/index.html

If your app has no relation to the plugin concept all you need is the application manifest in the ZIP file you are uploading (http://cumulocity.com/guides/web/introduction/).
Also ensure that on root level of the ZIP file there is the index.html

Related

How to make scribe generated css files use the https protocol of the whole website

I decided to use Scribe to make documentation of my api. So i generated the docs folder offline then i pushed it onto app platform.
Now when i load the page the page loads but the css files do not use the https protocol for the whole website.
I have tried checking on the Github repo to see if their anyother people with the same challenges but i do not seem to see that people are facing this issue.
I will be thankful for the help.
I tried to make changes of the scribe.php file in the config folder in my laravel project but it still refused.
I placed the base_url to be https:localhost before pushing but still getting the same error

React-Native: Share file

I'm a web developer (React) and I'm facing in my first react-native App. The context is an app where user can create and configure recipes. The app is without any type of authentication (at the moment). Now I would like to implement a Share functionality to share a recipe through social and messaging apps. The user clicking in the shared content open the app and can view the recipe.
At the moment I used react-native-fs and react-native-share to create and share a file (json or txt). Now I have problem to open app clicking the file shared. I saw some example of DeepLink but all the example involves only web resources. There are any way to use deeplink with file?
There are better pattern to achieve my objective? (considering the use case where there are only Application without any backend and server)
Thanks in advance.

Branch.io architecture query

I have the following requirement and based on the branch docs I cannot get myself a straight answer.
We want to enable deep links that if the user has the app installed that it uses them and if not redirects to download then redirects.
If the user is on a desktop they get redirected to a page to download app.
We want to control all the actual deep linking using react navigation config and wanted to know how we can pair the two!? The guides are very poorly written and makes understanding the flow a nightmare.
Some guidance and suggestions on how best to accomplish this would be great.
P.s. are the links generated that when app found it takes the prefix and replaces with appname:// ??
Your requirement for deep linking can be handled with Branch, you can set the URI schemes of the apps under the link settings of your Branch dashboard and also mention your app on PlayStore/Appstore for the user to download the app when clicked on the link.Similarly you can add the redirection URLs for the scenarios when your link is clicked on a desktop.
Alternatively you can use our React SDK to create links with all these link properties and even more. More details here.
The handling of the deep link data and redirecting the user to the desired page can be found here.
If you wish to know more about how Branch passes data through to the app and attributes app sessions, check this.

How to link projects to portfolio website?

I have finished creating my web developer portfolio and hosted it on github. However I am stuck with further 2 tasks below:
How to link my other projects to my portfolio website? If I upload those project files on github as well, then how do I make them available on portfolio so that when recruiter clicks on them, it takes them to the homepage of that project? (e.g., when we click on Live Demo button and we are directed to that project website)
How to make resume available in downloadable pdf format so that recruiter can download resume from portfolio website?
Please note, I do not want to spend on hosting or purchasing of any server portion at this stage. So how do I make my resume available to download?
Thank you.
Use the GitHub API for fetching the list of repositories and display it however you want.
GET/users/:username/repos
https://api.github.com/users/:username/repos
Check the API reference for listing user repositories.
For the live demo link, you can make your link yourself with a bit of Js, as '<username>.github.io/' + '<repository_name>/', or if you have enabled a custom domain then it will differ a bit.
Upload your resume file to a folder in your repo & link to it directly as you normally would for any file.

Copy web-builder created website to new hosting

I have a website created in a web-building online app (link to the app: http://www.webnode.com). The app doesn't allow me to actually view the folder structure of my web, it's something more like creating a blog using blogspot by google or similar web apps.
The problem is that I want to quit using that web builder and map the whole website to my private hosting. In order to do it I need to get somehow my web created in this app into the folder structure (or any other uploadable structure).
I'll be very grateful for any kind of advice
It can be easily done using winhttrack application, which downloads entire website to your computer.