AWS EC2 using Wpguppy plugin for real time chat - amazon-rds

I testing AWS EC2.
I am beginner.
I want to install wpguppy plugin for real time chat.
But wpguppy plugin need root access.
Hoo, i don't know how.
I need ubuntu,apache,mysql,php,phpmyadmin to install it.
Now i testing free at AWS EC2 free tier learning from youtube.
But it is not work for me.
it is too hard to learn.
So anyone can teach me how to do that.
this is the link of wpguppy plugin. It have free and premium.
https://wordpress.org/plugins/wpguppy-lite/
https://codecanyon.net/item/wpguppy-a-live-chat-plugin-for-wordpress/34619534
https://prnt.sc/Et5MBUXAFv65
And I link also youtube link how to do that.
They upload a video how to do that.
https://www.youtube.com/watch?v=oWA6RjOGcpY&t=3s
But i don't know how to do that start to end using AWS EC2,RDS,ubuntu,apache,mysql,php and phpmyadmin.
Please help me.
I tried and learn AWS EC2, RDS,ubuntu, apache,mysql,php,phpmyadmin from youtube.
Can you help me how to do that.

Related

Is it nonsense to not use Amplify API (and use the AWS API Gateway SDK instead)?

i would like to know if i am the only one thinking to not use Amplify's API and instead use the classic SDK. The reasons are
1st: I am a beginner to AWS and development so the fact that Amplify is hiding the complexity isn't helping me to learn what's going on behind the scenes, control and understand everything well.
2nd: Can i modify the API without changing the generated to local project files? (files that generated while running "amplify add auth" command.
I am very confused about it, and can;t really find a guide of how to modify local files after doing changes to API through AWS platform.

AWS Reverse Migration Set-Up localhost from AWS Console

I have been building a web application using python and AWS console on a borrowed computer for the past month.
I recently obtained a new computer and I am trying to change from developing my app online in AWS console to offline on my localhost.
Online, I have already an existing API, lambda Fucntions, Api Gateway, DynamoDb Tables.
Offline,I have the following tools installed: Linux, Pycharm, python 3.9 AWS CLI 2, AWS SAM CLI, Docker.
My misunderstanding lies in how to replicate the organization of the directories on my local computer.
And is there a simple command to import or clone or set-up my entire app/api locally
Any advice, direction, documentation or tutorials related to this reverse migration issue would be greatly appreciated.
Thank You

How to develop the backend while working with Flutter

I am pretty new to flutter.I just developed a reminder app.But that was mostly only front-end.But my next project I want to build a meat delivery service app.But this requires me to work on the backed as well.I have been getting pretty vague answers on the backend part of flutter.
Can anyone explain what like how exactly should I go with backend.I know Python for the start.Also you can use dart as well.I am confused.I just want to finish off things in the optiminum period of time.
I think you can use the App Write.io, this project is open-source and free, you can install the server and everything will free for you. Btw: App Write has the Flutter SDK. And this project has much big community
Can you more information from here
firebase is pretty good but you need to have an API. there is no other way to do backend without API. here is the whole documentation about restApi https://medium.com/swlh/restful-api-documentation-made-easy-with-swagger-and-openapi-6df7f26dcad

IBM Natural Language Processing Projects (Beginner getting started question)

I've been digging into the IBM Cloud Services, Watson and NLP. Just installed the CLI and tried with Node SDKs, and a starterkit, unfortunately I did not succeed by trying to get a sample code by default to understand how it works.
After that, I did some research get a better open minded approach to how actually I could use some of their free services to get started, but there's actually to vague information, even though the IBM Docs are pretty extensive and well written, it can get very confusing.
I would appreciate any open source repo, or working/live project that you are willing to share to make a better image in my mind about it IBM cloud services.
A few days ago I wrote a sample application using the Natural Language Understanding service. Check the source code here: https://github.com/watson-developer-cloud/natural-language-understanding-code-pattern
The README has instructions on how to get the apikey which is the way you will use to authenticate your API calls.
Since you are using Node.js you can start with the sample above and also look at this page: https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding?code=node which includes examples for all the features in Node.js using the node-sdk: https://github.com/watson-developer-cloud/node-sdk/

Setting up Stackdriver on GAE running nodeJS

I'm trying to find some docs on setting up Stackdriver for nodeJS running on App Engine. The docs don't appear to provide it
https://cloud.google.com/debugger/docs/
However, did see a video where Stackdriver (or some other way of debugging) was being used for a node based app.
https://youtu.be/jsznS0QxtYI?t=25m12s
Any links to docs / tutorials appreciated
We're working on getting better documentation for this one very soon. For now, the best instructions are over on the GitHub repo readme:
https://github.com/GoogleCloudPlatform/cloud-debug-nodejs
Let me know if you have any trouble!

Resources