Skip to content

leblanc-simon/OpenSnippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSnippet

The OpenSnippet project allow to manage snippets in a web application. Search the snippets by category (language) and tags.

Installation

Use composer to install dependencies

# Clone this repository
git clone https://github.com/leblanc-simon/OpenSnippet.git

# Create the config and database files
cd OpenSnippet
cp config/config.php{.example,}
cp db/opensnippet.sqlite{.example,}

# Install dependencies
composer install

You can show the application with your browser : http://localhost/OpenSnippet/web/index.php

Thanks

Author

Simon Leblanc contact@leblanc-simon.eu

License

MIT