Skip to content

gehaxelt/PHP-SyMDWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyMDWiki

SyMDWiki - Symfony Markdown Wiki is a small markdown-flavored wiki.

#Features

  • Markdown syntax
  • Activity log
  • Display order (higher sortid means higher priority)
  • Public content section

#Installation

  • Clone the repository git clone https://github.com/gehaxelt/PHP-SyMDWiki.git
  • Install comphoser curl -sS https://getcomposer.org/installer | php
  • Create the database php app/console --env=prod doctrine:schema:create
  • Update the database if necessary ``php app/console --env=prod doctrine:schema:update --force```
  • Generate static assets: php app/console --env=prod assetic:dump
  • Install assets: php app/console --env=prod assets:install web
  • Make sure that the cache directory is writeable chmod -R +w app/cache/
  • Install dependencies php composer.phar install
  • Point your webserver to the /web directory DocumentRoot /var/www/SyMDWiki/web
  • Have fun!

#Screenshots

  • Login area: Login area
  • Overview: Overview
  • Entry: Entry
  • Edit: Edit entry
  • Logs: Log
  • Public area: Public area

#Licese

This piece of software is licensed under MIT. See LICENSE.md for more information.

About

Simple markdown wiki built on top of symfony2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published