Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Liquid Galaxy
## Project Structure

This repository contains the core components required to deploy and manage
a Liquid Galaxy system.

- `install.sh` – Main installation and setup script
- `gnu_linux/` – Configuration files and Linux-specific setup
- `php-interface/` – Web-based control interface for Liquid Galaxy
- `assets/` – Media and supporting resources

# Before Installation

Expand All @@ -11,6 +20,18 @@ $ sudo apt upgrade -f .

## Installation

## Development Setup (For Contributors)

This repository can also be used for development, testing, and documentation
improvements without running the full Liquid Galaxy setup.

### Getting Started
1. Fork this repository on GitHub
2. Clone your fork locally:
```bash
git clone https://github.com/<your-username>/liquid-galaxy.git
cd liquid-galaxy

The installation script (`install.sh`) is intended to be used with Ubuntu. It might not work
with other distributions.

Expand Down