Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.78 KB

File metadata and controls

51 lines (39 loc) · 1.78 KB

Personal Cloud Using Raspberry PI

This repository contains the code for the web portal that we built to integrate compute service in our personal cloud project.

Maintenance

Prerequisites

Tools and packages required:

  • Raspberry Pi - Switched On
  • Apache2
  • Python 3.7 and above

Installation

Steps to run this project:

  1. Start the apache2 service.
  2. Enable the cgi module.
  3. Fork the repository.
  4. Put 'project.py' in /usr/lib/cgi-bin folder
  5. Put remaining files in /var/www/html folder
  6. Go to web browser and type the IP of raspberry.

Screenshots

Terminal Interface

Docker interface

Features

This web portal has following features:

  1. User can give requirements in simple English phrases.
  2. Keywords will be identified from the query using python script in the backend.
  3. Command's output is shown as the output to the user.

Tech Stack

  1. HTML
  2. CSS
  3. JavaScript
  4. Python

Contributors

This is a team project built as Mini Project. The team members are:

License

This project is licensed under the MIT License - see the LICENSE.md file for details

MIT © Palak Singhania