Skip to content

AronNovak/drupal-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drupal-rust

Drupal 4.7.0 core functionality ported to Rust. This is a partial port only, it does not aim to be feature complete.

Prerequisites

  • Rust (latest stable)
  • MySQL Database

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd drupal-rust
  2. Setup configuration:

    cp .env.example .env
  3. Edit .env and set your database credentials. Ensure the database listed in DRUPAL_DATABASE__URL exists (e.g., create it via CREATE DATABASE drupal;).

Running the App

  1. Start the server:

    cargo run
  2. Navigate to the installation page in your browser: http://localhost:8080/install

  3. Follow the on-screen instructions to set up the database and create an admin account.

About

Experimental, partial port of Drupal 4.7 to Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •