This is a wiki engine with markdown template. It aims for performances on low and medium scale. It aims to implement ACL, user management, internal linking, internal search, versioning, tagging&listing, and be easy to mod. https://wiki.sceptique.eu
Go to file
Arthur POULET f401385ae6
continuous-integration/drone/push Build is failing Details
spike: add some public files
2021-10-15 18:46:18 +02:00
.github/workflows spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
config spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
db/migrations spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
public spike: add some public files 2021-10-15 18:46:18 +02:00
script spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
spec spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
src spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
tasks spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
tmp spike: add some public files 2021-10-15 18:46:18 +02:00
.crystal-version spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
.drone.yml ci: add a full build in the 'tests' 2021-10-07 21:24:52 +02:00
.editorconfig spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
.gitignore spike: add some public files 2021-10-15 18:46:18 +02:00
.travis.yml spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
Procfile spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
Procfile.dev spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
README.md spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
bs-config.js spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
package.json spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
shard.lock spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
shard.yml spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
tasks.cr spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
webpack.mix.js spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00
yarn.lock spike: try to install & migrate to lucky 2021-10-15 18:44:23 +02:00

README.md

kisswiki

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Update database settings in config/database.cr
  3. Run script/setup
  4. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.