Compare commits

..

1 Commits

Author SHA1 Message Date
30e0c03074 Update README.md
Removed old link.
2024-08-30 17:44:40 +01:00
2 changed files with 1 additions and 38 deletions

View File

@ -1,14 +0,0 @@
FROM python:2
MAINTAINER André Almeida "andre@andrealmeida.net"
WORKDIR /usr/src/app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 5000
ENTRYPOINT [ "python" ]
CMD [ "raspberry-pi-web-info/api.py" ]

View File

@ -1,7 +1,5 @@
# Raspberry | Pi
![Version](https://img.shields.io/badge/version-0.0.1-success.svg)
Middleware in python2.7 to show some information about your Raspberry Pi:
![alt text](https://i.postimg.cc/j2WPkKnv/imageedit-3-9864224351.png)
@ -42,12 +40,8 @@ and you need to install extra dependencies like:
### Prerequisites
Install python2.7 - https://www.python.org/download/releases/2.7/
Install pip - https://pip.pypa.io/en/stable/
(optional)
Install docker - https://www.docker.com
### Installing
@ -57,13 +51,6 @@ Please, use the following command to install the requirements packages for this
pip install -r requirements.txt
```
if you prefeer, use docker:
```
docker build -t raspberry-project .
docker run -p 5000:5000 raspberry-project
```
## Deployment
@ -77,7 +64,6 @@ Navigate to 127.0.0.1:5000 in your browser and the credentials are:
- admin
- admin
If you prefeer, you can navigate or use the [POSTMAN](https://www.getpostman.com) to get the information via JSON: 127.0.0.1:5000/readpietojson
## Built With
@ -90,13 +76,4 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on my code of conduct
## Versioning
I use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://gitlab.andrealmeida.net/public_projects/vagrant/tags).
## Authors
[![Author](https://img.shields.io/badge/Author-André%20Almeida-blue.svg)](https://andrealmeida.net)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
I use [SemVer](http://semver.org/) for versioning.