https://github.com/oxguy3/euterpe-landing
landing page for my home server
https://github.com/oxguy3/euterpe-landing
Last synced: 6 months ago
JSON representation
landing page for my home server
- Host: GitHub
- URL: https://github.com/oxguy3/euterpe-landing
- Owner: oxguy3
- License: wtfpl
- Created: 2018-07-25T18:48:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T19:26:58.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T08:25:50.867Z (over 1 year ago)
- Language: HTML
- Size: 129 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# euterpe-landing
A landing page for my home server.

## Installation
To install it, just download the contents of this repository with the green "Clone or download" button up there^^, and put it in your server's public HTML directory. You'll need to already have a web server like Apache or Nginx installed.
Most Linux systems probably already have Apache installed. So, you can probably put these files in `/var/www/html` and it'll work. If the server isn't already running, you'll need to start it—the command for this is probably `sudo systemctl start httpd` or `sudo systemctl start apache2` or something (google it for your distro).
## Configuration
Just edit the `` section of index.html to your liking -- it's pretty simple so it should be easy enough to figure out even if you don't know much about HTML.
Put any images in the images directory. Ideally you want to use 256x256 square images, but it should still look okay if they're a different size or not quite square.