Biskuit Save Abandoned

A modular and lightweight CMS built with Symfony components and Vue.js

Project README

⚠️ Due to lack of time, we are looking for new project maintainers. Open an issue for info. The current stable release is 1.0.19 with many security fixes and patches than the latest from PageKit.


biskuit Banner

This project IS NOT discontinued. We are working on the conversion from uikit2 to uikit3. We are a small team and do this as a hobby.

Biskuit CMS

Discord

Bis[ku]it is a modular and lightweight CMS built with Symfony components and Vue.js.

This unofficial version of Pagekit was created to solve various problems. Mainly born for linuxhub.it, a portal that uses PageKit.

This project is taking a different path from that of official pagekit. The project is called Bis[ku]it and will not be compatible with future pagekit updates.

Feel free to use it.


Install from package

Go to the Releases section and download latest package.

WebHosting ready

Decompress data from archive to you web storage then follow instructions from browser.

Classic (access to composer)

Decompress data from archive to your web path and run composer installation:

composer install

then follow instructions from browser.

Install from source

git clone https://github.com/biskuitorg/biskuit.git
cd biskuit-master

Install dependencies using composer and npm:

composer install
npm install

Continue installing from browser.

Nginx configuration (optional)

In Nginx the .htaccess files are not supported, below the instructions for the Nginx configuration:

location / {
    location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
        expires     max;
    }
    try_files $uri $uri/ /index.php$is_args$args;
}

location ~ ^/index\.php(/|$) {
    fastcgi_pass   YOUR_SOCK;
    fastcgi_split_path_info ^(.+\.php)(/.*)$;
    include /etc/nginx/fastcgi_params; # this may be different
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    fastcgi_param HTTP_MOD_REWRITE On;
}

location ~ \.php$ {
    return 404;
}

Caddy 2 configuration (optional)

mydomain.ex {                                                             
        root * /full_path_to_biskuit                  
        php_fastcgi * unix//run/php-fpm/www.sock                          
        encode gzip                                                       
        file_server                                                       
}

CLI

Pagekit offers a set of commands to run usual tasks on the command line. You can see the available commands with

./biskuit --help

Documentation

You can read the documentation here.

Contributing

Finding bugs, sending pull requests, translating Pagekit or improving our docs - any contribution is welcome and highly appreciated. To get started, head over to our contribution guidelines. Thanks!

Dev version

You can try the new features from the dev branch.

Credits

Pagekit by YOOtheme MIT license
Half Dome Photo by Brendan Lynch / CC BY
Thanks to Ruvim Miksanskiy for cover wallpaper

Open Source Agenda is not affiliated with "Biskuit" Project. README Source: biskuitorg/biskuit
Stars
37
Open Issues
19
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating