Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 487 Bytes

README.markdown

File metadata and controls

26 lines (17 loc) · 487 Bytes

Quickdocs-Database

Installation

$ git clone https://github.com/quickdocs/quickdocs-database
$ cd quickdocs-database
$ mysql -uroot -e 'CREATE DATABASE quickdocs DEFAULT CHARACTER SET utf8'
$ mysql -uroot quickdocs-database < db/schema.sql
(ql:quickload :quickdocs-database)

Author

Copyright

Copyright (c) 2015 Eitaro Fukamachi ([email protected])

License

Licensed under the BSD 2-Clause License.