Quick Start
Installation
Clone the repository:
git clone https://github.com/redaxscript/redaxscript.git
Install the dependencies:
composer install
npm install
Usage
Run local development server:
npm run serve -- [options] -L, --live-reload -O, --open-browser -N, --no-cache -D, --debug-mode
Browse your working copy:
http://localhost:8000Edit on GitHub
Requirements
Server
- Apache, Nginx or IIS
- Database and PDO drivers for
SQLite
,MSSQL
,MySQL
orPostgreSQL
- PHP 8.0 or higher
Apache
Enable the mod_deflate
, mod_headers
and mod_rewrite
modules for the best user experience.
Nginx
Utilize the .htaccess
online converter to generated your Nginx configuration.
IIS
Utilize the web.config
for your IIS configuration.
Browser
We follow the last 2 versions strategy:
- Chrome
- Firefox
- Microsoft Edge
- Safari
Installation
Wizard
- Download and unpack the latest Redaxscript package
- Upload all files from the package
- Grant write permission on
config.php
usingchmod 666
- Browse
install.php
and follow the instructions - Restrict write permission on
config.php
usingchmod 444
- Delete
install.php
immediately
Console
Get started with automated installations in the console chapter.
Third party
Redaxscript is supported by the following one-click installer:
Edit on GitHubHelp Center
We are glad to give you a helpful hand. Please take a look into the troubleshooting chapter before you contact us.
GitHub
Submit a issue on GitHub and keep track of bugs, enhancements and features.
Telegram
Chat with us on Telegram for live support.
Edit on GitHubContributions
Promote
Show your love and become a stargazer on GitHub.
Sponsor
Be awesome and become a sponsor to Henry Ruhs.
Translate
Translate Redaxscript to your native language.
Develop
Help to improve the codebase and contribute modules.
Edit on GitHub