Git Product home page Git Product logo

EveryCook

This is the EveryCook Recipe Database. It is a web application for creating (and storing) machine (and human) readable recipes. These recipes are linked to foods and suppliers to allow meal planning and shopping list creation. It also guides the user step-by-step through the recipe with the CookAssistant. EveryCook is an open source platform for collecting all data about food and make it available to all kinds of cooking devices.

Installation

precondition: You need a XAMP (Apache, Mysql, PHP) installation.

  1. configure Apache
    Activate/install the following modules in your apache config:
    mod_rewrite
    mod_memcached (apt-get install php5-memcached php5-mysql)

    Set "AllowOverride FileInfo" for Everycook's "db" direcory in your apache/vhost config.
    This is needed for mod_rewrite takes effect.

  2. install needed software
    Install the memcached Server. (apt-get install memcached)

  3. checkout this git repository to the "db" directory in your webserver path.
    git clone git://github.com/everycook/EveryCook.git /var/www/db
    Change filesystem permission so webserver user (www-data) can write to db/assets, db/img, db/cache and db/protected/runtime.

  4. import DB dump
    Get the EveryCook_DB.sql.gz sql dump from Downloads Page and import it to your mysql.
    It will create databases with name "ec" and "ec_priv".

  5. get images
    Get EveryCook_images.tgz from Downloads Page and extract its img folder to /var/www/db/img these images are linked from the database.

  6. Change yii config settings
    rename, copy or link db/protected/config/entw.php to db/protected/config/main.php
    Change user and password for database connection "db" and "dbp".
    Setting E-Mail host, user, passwort for sending registration Mail in 'params' section.

everycook's Projects

everycook-pcb-layouts icon everycook-pcb-layouts

All PCB layouts for the latest EveryCook. They work together, therefore they have a common repository

everycook_raspberrypi_daemon icon everycook_raspberrypi_daemon

A Deamon, written in C to read the EveryCook sensors and control the actors. It is made to work with the EveryCook Raspberry Pi Shield.

multiamp icon multiamp

Operation amplifier board with 4 channels. For bridge sensors to use with Arduino

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.