Tutorials/Post - Remote Sensing, GIS, Earth System, Geo-AI/ML

Tag: hosting

Deploying Node.js Application with PM2 and NGINX

Update system

Install Nginx

Check your Web Server

If everything is fine, you will get an output as:

If you encounter an error that says something likeĀ nginx.service: Failed with result 'exit-code', then this is because of some other process using port 80. In this case, do:

You can check the landing page of … CONTINUE READING

Hosting Django for Production in the Ubuntu server

 

Update system

Install Admin Tools

Git

Install Python and environment

Postgres Installation and settings

Creating the database and user

    • Switch to superuser postgres by
    • Create user for the tool by
    • Now create database as
    • Logout from the postgres user

Now create a virtual env for the jrcfloodtool

Workon the virtual env we just created

CONTINUE READING

Powered by WordPress & Theme by Anders Norén