Giter Site home page Giter Site logo

entangle's Introduction

entangle!

Lifelines connected

Prerequisites

Due to the use of class DateTimeImmutable you need to have at least PHP 5.5. SQlite needs to be enabled, too.

Try it

The software is what drives entangle!. So, if you just want to look around, why not register yourself an account there? If you want to try it at home, get the PHAR archive. Run it with

    php -S 0.0.0.0:1111 entangle.phar

Point your web server at http://your-server:1111/

Installation

  • Clone this repository
    git clone [email protected]:oschettler/entangle.git htdocs
  • Point a webserver to the resulting directory, e.g. with PHP-enabled NGinx
    server {
      listen 80;
      server_name entangle.example.com;
      root /var/www/entangle-example/htdocs;
      location / {
        index index.php;
        try_files $uri $uri/ /index.php?$args;
      }
      access_log entangle-example.access.log;
      error_log /var/log/nginx/entangle-example.error.log;

      include common/php;
    }
    curl -sS https://getcomposer.org/installer | php
    php composer.phar install
  • Create a file settings.ini

    cp settings.ini.example ../settings.ini

  • Create an SQlite database

    mkdir ../db 
    sqlite ../db/entangle.sqlite < db-entangle-sqlite.sql
    sudo chown -R www-data ../db
  • Open http://entangle.example.com in your browser, click on login / Register account

  • Login with this account

  • Start logging your life's events

entangle's People

Contributors

oschettler avatar

Watchers

 avatar James Cloos avatar  avatar

entangle's Issues

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.