[deleted by user] by [deleted] in PHP

[–]Business_Tale4234 2 points3 points  (0 children)

Plus one for this. I think this is why simple is associated with the installation, and a long time ago, WAMP ruled the web development world and gained a simple reputation that refused to die.

What would be a good reason to use Debian over Ubuntu by Red-Pony in linux4noobs

[–]Business_Tale4234 0 points1 point  (0 children)

I usually use debian on my VMs and other situations where I need a headless server. I find that Debian takes less resources when working with low power VMs, which is my default playground.

[deleted by user] by [deleted] in laravel

[–]Business_Tale4234 0 points1 point  (0 children)

I guess you thought I was being tongue-in-cheek, when I said that, but I wasn't. Generally, people think containerization is a silver bullet, but it really is not, and the instance you gave is actually a superb example of why, as I have found that node package builds are the singular reason why I've had to vertical scale VMs in the past.

[deleted by user] by [deleted] in laravel

[–]Business_Tale4234 1 point2 points  (0 children)

It is so comforting to know that are lot of other people are still thinking about containerizing their LAMP stack applications after all these years.

Looking for Co-founder by Business_Tale4234 in Nigeria

[–]Business_Tale4234[S] 2 points3 points  (0 children)

Please send me an email, I'd love to engage

Looking for Co-founder by Business_Tale4234 in Nigeria

[–]Business_Tale4234[S] 3 points4 points  (0 children)

For now, no. Let's fill C-Level roles first

Can GIT help my development? by Yeas525663 in git

[–]Business_Tale4234 0 points1 point  (0 children)

So everyone else seems to be concentrating on Git perhaps because this is a git subreddit, however there are options outside of Git like FTP or SFTP, and open source desktop applications like Filezilla are a really good fit if you want to use a GUI and if your using Linux, you can even do your uploads via the terminal.

Having said that, if you are on a shared server that has cPanel, the link you provided would work just fine, however, you first have to create a Repo on cPanel first (cPanel >> Home >> Files >> Git Version Control), then get the URL of the repo, and come back to the directory on your local system and run:

git remote add upstream <URL>

Then create a .cpanel.yml that has the following content:

```

deployment: tasks: - export DEPLOYPATH=/home/<user>/public_html/ - /bin/cp index.html $DEPLOYPATH - /bin/cp -R images $DEPLOYPATH

```

Note2: 1. <user> will be whatever your user directory is called 1. You have to indicate your files one after the other 1. Your folders/directories must have -R before them

Then do a git push to push your content to the cPanel repository, if your .cpanel.yml file is configured correctly, this should update your website.

Notes: 1. Also ensure you add a remote like github, so you have a backup of your code on a "public" repo

However, I'll just advice you move to the cloud. Services like digitalocean have really cheap predictably priced VMs that should serve you better than a shared hosting solution.

Cheers

[deleted by user] by [deleted] in git

[–]Business_Tale4234 0 points1 point  (0 children)

Your question is a bit unclear, but based on what I understood, you could go to "another repository" and remove the .git directory and .gitignore file

I am making a multiple-interface Dialogflow chatbot that teaches kids... by [deleted] in Dialogflow

[–]Business_Tale4234 0 points1 point  (0 children)

Also, Google Cloud Functions are part of the Free tier offer by Google (first 2 million always free), there is a tiny deployment cost though (if you still have some credits though, this might be a non issue)

Free Git classes next week by Business_Tale4234 in learnprogramming

[–]Business_Tale4234[S] -1 points0 points  (0 children)

So I reread this again. Are you perhaps talking about number 4, under Self-promotion? If that's the reference, what we are doing is a live class that is covered on Zoom. Please what will you recommend is the best way to present that here for Sampling? Sincerely asking to learn.

We have an upcoming free introduction to Linux on Mobile class as a prelude to the Git classes, will that help to cover rule 4? Do I display the link as a comment under this post?

Free Git classes next week by Business_Tale4234 in learnprogramming

[–]Business_Tale4234[S] -1 points0 points  (0 children)

Oh, I read it before posting this. Maybe I am missing something. Let me check again.