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.
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.
Go to the Releases section and download latest package.
Decompress data from archive to you web storage then follow instructions from browser.
Decompress data from archive to your web path and run composer installation:
composer install
then follow instructions from browser.
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.
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;
}
mydomain.ex {
root * /full_path_to_biskuit
php_fastcgi * unix//run/php-fpm/www.sock
encode gzip
file_server
}
Pagekit offers a set of commands to run usual tasks on the command line. You can see the available commands with
./biskuit --help
You can read the documentation here.
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!
You can try the new features from the dev branch.
Pagekit by YOOtheme MIT license
Half Dome Photo by Brendan Lynch / CC BY
Thanks to Ruvim Miksanskiy for cover wallpaper