$ mkdir wig && cd wig
$ git init storage
$ git clone https://github.com/yall/wig.git app
Then change wig.storage.dir
in conf/application.conf to your new storage repository
$ play run app
- Play with Play!
- Provide a simple wiki module for applications
- Use power of Git to handle storage layer, histories and diffs
- Article preview
- Simple search engine base on
git-grep
command - Errors and messages
- Attachement upload
- Authentication
- Validations and inputs securisation
- More tests
I’m new to Git and to Play!. Any advice is welcome :)