Giter Club home page Giter Club logo

frontend-1's Introduction

Frontend

The frontend is the service in RobotShop to serve the web content over Nginx.

To Install Nginx.

# apt update
# apt install nginx -y
# systemctl enable nginx 
# systemctl start nginx 

Let's download the HTDOCS content and deploy under the Nginx path.

# curl -s -L -o /tmp/frontend.zip "https://github.com/zelar-soft-roboshop/frontend/archive/main.zip"

Deploy in Nginx Default Location.

# rm -rf /var/www/html /etc/nginx/sites-enabled/default /etc/nginx/sites-available/default
# cd /var/www
# unzip /tmp/frontend.zip
# mv frontend-main/* .
# mv static html
# rm -rf frontend-main README.md
# mv roboshop.conf /etc/nginx/sites-enabled//roboshop.conf

Finally restart the service once to effect the changes.

# systemctl restart nginx 

Working App Screenshorts.

image

image

image

image

image

frontend-1's People

Contributors

r-devops avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.