Favicon of REDAXO

REDAXO

Create everything from simple websites to complex portals with this flexible, open-source content management system. Enjoy full control over your output code.

This open-source content management system combines flexibility with simple handling, making it ideal for small websites and complex portals alike. In just ten minutes, you can install the basic framework and start building. The platform's open architecture adapts to a wide variety of information management solutions.

Key features include:

  • Complete code control: Maintain absolute authority over the output code to ensure your website functions exactly as intended.
  • Modular structure: Manage content efficiently using categories for structure and blocks for input, allowing unlimited media combinations.
  • Centralized media pool: Easily organize and link all your files, including images and documents, with customizable attributes.
  • Extensive add-ons: Expand functionality with add-ons for search, user communities, and custom data management.

Enjoy a lightweight system that adapts perfectly to your specific project requirements.

Directory Structure

redaxo
db-data
redaxo-data
.env
docker-compose.yml

docker-compose.yml

services:
  redaxo:
    image: friendsofredaxo/redaxo:latest
    restart: unless-stopped
    ports:
      - "8080:80"
    volumes:
      - ./redaxo-data:/var/www/html
    depends_on:
      - db

  db:
    image: mariadb:10.6
    restart: unless-stopped
    volumes:
      - ./db-data:/var/lib/mysql
    environment:
      MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
      MYSQL_DATABASE: redaxo
      MYSQL_USER: redaxo
      MYSQL_PASSWORD: ${DB_PASSWORD}

.env

DB_ROOT_PASSWORD=your_secure_root_password
DB_PASSWORD=your_secure_db_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to REDAXO

Favicon

 

  
  
Favicon

 

  
  
Favicon