Skip to content

Deploy React + NodeJs App

Solved Configure


15/25

8 Sept 2022, 14:32


Threaded Replies

Did this solution help you?
Did you find the suggested solution useful? Why not buy me a coffee? It's a nice gesture, and a great way to show your appreciation 💗

Related Topics
  • 1 Votes
    4 Posts
    492 Views
    @Hari the real issue here is that I don’t think it can be used as a theme for WordPress because of the dependencies it clearly has, including its own Web server. My view here is that this is designed to be a complete development environment outside of the WordPress core.
  • 4 Votes
    4 Posts
    399 Views
    I know this is an older post, but I can attest to the greatness of Hetzner. I have a vps running with Arch Linux on it as a webhost and I haven’t had any issues. Today I was actually looking at their webhosting services and I have to say their prices are very nicely priced. I am sure their web hosting service is excellent as well. I am thinking about putting together some websites for some local businesses to maybe getting a web design/hosting business going. I have been researching some of the web hosting providers that I have used before in the past and wow, they are expensive now. So my thought would be to use Hetzner web hosting as one of the options. Of if I offered a fully managed service, would use Hetzner for that. The sites would mostly be Wordpress and maybe start delving into other technologies and such. Getting more familiar with Nodebb and others and start growing my knowledge. I don’t think the sites that I have made with wordpress look the best, but part of me wonders if that isn’t imposter feeling that I am having. Time will tell.
  • 2 Votes
    2 Posts
    243 Views
    @Panda I have the same opinion here. NextJS is a framework for react, and like angular, I was never one to simply dive off into the deep without having any real need to do so. I’m conversant with nodeJS, vanilla js, and several other languages (including PHP which I have years of experience in and developed / still maintain an application at work that was custom written by me to fulfill an audit requirement), and in all honesty, I don’t really want to spend my life learning new frameworks unless I have a need to do so. I’ve been on the nodeJS train for some time now, and given my adoption of NodeBB, this makes perfect sense. Bleeding edge is fun if you want to experiment and learn, but with so many frameworks popping up all over the place, how many do we actually need? I guess most of this really depends on unique use cases, but I’ve yet to come across an issue that meant I had to rewrite an application in a different language to resolve an issue. It’s almost like using a bulldozer to find a china cup.
  • node vs nodejs confusion?

    Solved Configure 15 Apr 2023, 18:45
    1 Votes
    2 Posts
    415 Views
    @eeeee have a look at the below https://docs.nodebb.org/installing/os/ubuntu/ curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs You’ll notice that we are in fact “installing” NodeJS but never actually have a need to reference it. Here’s the nodejs --version command on my dev system [image: 1681584648061-6eb1482e-0c9b-454d-aa84-199bcc845702-image.png] More detail here https://askubuntu.com/questions/1030622/why-do-i-see-different-versions-of-node-and-nodejs
  • Updating Node and NPM

    General 4 Nov 2022, 20:48
    1 Votes
    5 Posts
    497 Views
    @Sampo2910 said in Updating Node and NPM: Is there a way I can see what the app version of Node is? Then i could install ‘up to that’ and keep an eye out for any changes? Have a look in the source code for the app you are using, or better still, look at the GitHub page which should give you an idea of the version number which is the latest. In the source code you have running, there is typically a README file which should state the version you are running.
  • 4 Votes
    8 Posts
    2k Views
    @phenomlab Sorry to delay in responding, yes as i mentioned above, i had to remove my redis from docker and reinstall a new image with this command docker run --name=redis -p 127.0.0.1:6379:6379 -d -t redis:alpine and now when i test my ip and port on https://www.yougetsignal.com/tools/open-ports/ the status of my redis port is closed. I think which to configure firewall in droplet digital ocean is a good idea too, and i will configure soon. Thanks for the help!
  • 1 Votes
    3 Posts
    414 Views
    @Hari welcome to Grafana, the most confusing stats package there is ! According to the guidelines, you certainly have enough RAM at 4gb https://www.plesk.com/blog/various/plesk-requirements-hardware-software/
  • 11 Votes
    26 Posts
    2k Views
    i think we can mark this discussion as solved learned how to install virtualmin with NGINX We can easily point the DNS by mentioning server IP at CF a name record learned how to install SSL