Skip to content

leblanc-simon/OpenSnippet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
db
 
 
web
 
 
 
 
 
 
 
 

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