Hello Guys i,m trying to generate the GitHub pages but i,m failed [closed] - github-pages

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I'm trying to generate the GitHub pages but don't get the point actually I want upload the my site. So guys guide me step by step please I'm waiting your answers.

https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site
You should read about it first.
like :
create repository and commit push your code into that repo.
Go to repo's setting and select source folder under the pages section where your entry point of site(index.html) is placed.
and that's it. after 1-2 minute, your site is live.
Note : Your repo must be public. otherwise github pages won't work.
github pages feature does not providing server in free. So we can't run DB operation and server code over there.

Related

How do you use carousel/multiple images in the gmail promotion annotations? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed yesterday.
Improve this question
I saw this thread about using multiple images in the gmail annotations but never found any documentation on how to accomplish it. I was hoping the google team in charge of this feature could shed some light on how to code this in JSON-LD and point me to documentation on it if it exists!
example screenshot of a promo email that shows multiple images
It is called Product Carousel annotation. More here https://developers.google.com/gmail/promotab/overview#product-carousel

I was working through a BigQuery tutorial, refreshed a page and cannot get it back [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I was doing one of those self-paced tutorials that were offered when I first logged it to guide me through loading data into a storage bucket and copying it into BigQuery from there and so on. I refreshed the page and it went away and I have not been able to find a way to get it back. Any idea how to get back to a tutorial I was working through?
You can find the quickstart guides for BigQuery in the official GCP documentation.
Here, you can also find all how-to guides, related to the BigQuery. For loading data from Cloud Storage into BigQuery in particular, check the section called "Loading data into BigQuery" - link.

How to integrate a Web Application firewall (ModSecurity) with Heroku? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I have an application running on the flask server in Heroku. This there any way to integrate ModSecurity or any open-source Web Application Firewall (WAF) to protect my application in Heroku. Any other related answer or help regarding this is also highly appreciated.
There is a Python binding for libmodsecurity3: https://github.com/pymodsecurity/pymodsecurity. In the README, you can find an example for Django - may be you can use that in case of Flask too.
Note, that binding supports only v3.0.3, but the current version is v3.0.4 (libmodsecurity3), and that's nearly 1 year old. The current master branch contains so many changes from that version.

What's the most effective way to update my remote repository after changing it locally? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
So I've pushed my Django project to Bitbucket. However after I make changes to it offline, I want to update the remote repo. How would I go about this?
As it seems git push will do the job, if you have commited your changes.
But I am pretty sure you want to read up on git before you touch a remote repo.
git cheat sheet
Official git reference
Pro Git, the one and only book, pdf

Make my Django app into a rentable service for companies [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have a webapp running with Django. I would like to make an Enterprise Edition of this website. In exchange for a yearly fee, I would like to allow companies to host the webapp on their own server and benefit from unique features
The problem is that I have no idea how to proceed. How can I execute this, without sending my whole code over to their computer and launching the django app there?
Is there something like generating an .exe that would run the django app without sending my code? How do companies usually proceed to make their tools available on another company's intranet?
well I haven't heard something like that, but what you can do is using a license in your code, there are many types of licenses, from open source to trade secret license, read more about it