Giter VIP home page Giter VIP logo

notebook's Introduction

notebook

<img src=“https://travis-ci.org/indentlabs/notebook.png?branch=master” alt=“Build Status” /> <img src=“https://codeclimate.com/github/indentlabs/notebook/badges/gpa.svg” /> <img src=“https://codeclimate.com/github/indentlabs/notebook/badges/coverage.svg” /> <img src=“http://inch-ci.org/github/indentlabs/notebook.svg?branch=master” alt=“Inline docs” />

What is notebook?

see live website

notebook is a set of tools for writers, game designers, and roleplayers to create magnificent universes – and everything within them.

From a simple interface in your browser, on your phone, or on your tablet, you can do everything you’d ever want to do while creating your own little (or big!) world.

notebook is a writer’s planning tool for creating anything from universes to characters, to plots, to individual items.

It is also meant to expand into many areas to benefit writers (and exciting to developers), including areas like:

  • Automated revision services

  • Structuring real-time natural language processing output into a semantically reusable state

  • Decision-making algorithms for improving reading comprehension, reading level, accent-correction, and other real-time writing suggestions

  • A knowledge graph of structured data in your universe, and an engine to manipulate it in awesome ways

  • Machine learning on generating character and location names, suggesting realistic defaults (random or not), and more

  • and tons more

The Issue Tracker

If you are interested in helping out, check out the issue tracker. I’ve loaded it with tons of action-based, chunk-sized improvements that I think anyone familiar with Rails will be able to jump in and complete. Feel free to make suggestions, open issues, join discussions, or ask where you should look in the code to get started implementing something. :)

You’ll notice there are *a lot* of issues in *a lot* of milestones. Call it feature creep, but I’ve separated every potential idea for full-fledged services into milestones that can be worked on completely independently of others. The features are (for the most part) has no deadlines and are in development simultaneously, meaning if you see a feature you would really like to use, you can make that feature happen by jumping directly into it and completing its issues.

TL;DR Milestones are independent of each other – work on whatever you want to see made!

Installing the notebook stack locally

Install curl

sudo apt-get install curl

Install rvm

\curl -sSL https://get.rvm.io | bash

source ~/.rvm/scripts/rvm

Install ruby 2.3.1

rvm install ruby 2.3.1

rvm use 2.3.1

Install rails 4.2.5

gem install rails -v 4.2.5

Install necessary libraries

sudo apt-get install imagemagick libmagickwand-dev

Clone the code

git clone git@github.com:indentlabs/notebook.git

Install gems

bundle install

Create database

rake db:create

Run initial database migrations

rake db:migrate

Finally, run the server with

rails server

You should now see a copy of the site running locally at localhost:3000/!

Running the notebook stack locally with Docker

  • install Docker

  • clone this git repo

  • cd into the root of this repo, and then run

    docker-compose up
  • You should now see a copy of the site running locally at localhost:3000/

Deployment to notebook.ai

Deployment to the live stage will only be done by approved developers, and consists of a deployment of

  • deploy github to staging (done only by approved developers)

  • mirror data from live into staging

  • run regression tests on staging environment

  • deploy from staging to live (viewed at notebook.ai)

Thanks

Feel free to get in touch if you have any questions, comments, or concerns! :)

© Andrew Brown 2016

notebook's People

Contributors

drusepth avatar cantido avatar mpigsley avatar mwerner avatar andrewcarreiro avatar euank avatar ashleysullins avatar heydonovan avatar cherez avatar

Watchers

 avatar  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.