https://github.com/paulomcnally/pi-servers
Raspberry Pi Servers
https://github.com/paulomcnally/pi-servers
mongodb postgresql raspberry-pi raspbian redis ssh ubuntu
Last synced: 4 months ago
JSON representation
Raspberry Pi Servers
- Host: GitHub
- URL: https://github.com/paulomcnally/pi-servers
- Owner: paulomcnally
- Created: 2019-07-26T04:05:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:55:33.000Z (over 4 years ago)
- Last Synced: 2025-09-23T13:53:28.791Z (9 months ago)
- Topics: mongodb, postgresql, raspberry-pi, raspbian, redis, ssh, ubuntu
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pi-servers
Raspberry Pi Servers
## OS
* [Raspbian](os/raspbian.md)
* [Ubuntu](os/ubuntu.md)
## Servicios
* [PostgreSQL](postgresql.md)
* [Redis](redis.md)
* [MongoDB](mongodb.md)
## Configuraciones
* [SSH](ssh.md)
## Test
Install [Yarn](https://yarnpkg.com/lang/en/docs/install/#mac-stable) after execute test.
```bash
yarn test
```
## CLI
shutdown
```bash
yarn pi postgresql --shutdown
yarn pi redis --shutdown
yarn pi memcached --shutdown
```
storage
```bash
yarn pi postgresql --storage
yarn pi redis --storage
yarn pi memcached --storage
```
## Disclaimer
The settings are for personal use, they may not apply to your environment.