Giter Site home page Giter Site logo

bojjaanil / silex-bookmarkly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mparaiso/markme-silex

0.0 2.0 0.0 2.29 MB

Manage your bookmarks online ! Bookmarkly inspired Silex app with AngularJS front-end

Home Page: http://markme.herokuapp.com/

silex-bookmarkly's Introduction

MARK.ME

Online bookmark manager

author : M.Paraiso

inspired by bookmark.ly : http://bookmarkly.com/

  • Bookmark sites fast
  • Add description and tags
  • Import and Export your bookmarks from and to popular browsers
  • bookmark's screenshots
  • Search and filter through you bookmarks
  • Access your bookmarks anywhere!

INSTALLATION

requirements
  • an apache webserver
  • php 5.3.*
  • mysql database
configuration
  • set up a virtualhost on the server

  • declare the following envirronment variables ( in a .htaccess file for instance ):

    • MARKME_DB_DRIVER ( should be pdo_mysql )
    • MARKME_DB_DATABASE_NAME (database name)
    • MARKME_DB_HOST ( exemple : locahost )
    • MARKME_DB_USERNAME (database username )
    • MARKME_DB_PASSWORD (database password )
    • MARKME_SALT a salt for password encryption ( a sentence , whatever )
    • MARKME_ENVIRONMENT production or development
  • the webroot is the www folder

  • get composer

    • http://getcomposer.org/
    • in the repository folder , install composer packages : php /path-to-composer/composer.phar install
  • create the database , the database schema is Database/schema.sql

Why

silex-bookmarkly's People

Contributors

phyreman avatar

Watchers

Anil Kumar Bojja avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.