Giter Club home page Giter Club logo

biblicando's Introduction

Biblicando

Cloning the repo

The project is splitted into git submodules. Therefore, whenever cloning the repo, remember to do it recursively:

git clone --recursive https://github.com/douglascvas/biblicando.git

Preparing the environment

To prepare the environment to run biblicando, you need a mongodb instance and a redis instance. To make the process of preparing the environment easier, an ansible script is provided to bootstrap docker images with those dependencies. The ansible script also installs jenkins and docker-engine if you do not tell it to do otherwise.

How to run

Make sure you have ansible installed.

sudo apt-get install ansible

Then run the shell script

cd deployment
bash ./prepareEnvironment.sh

The shell script will ask you to chose the environment. Choose local. Then type if you want to install jenkins or docker. Just type n if you already have them installed in your computer.

Starting biblicando

Make sure you have nodejs and gulp-cli installed

In the project root type

npm install

After finished, you can start the application in development mode by running

gulp dev

This will turn on the watcher for both frontend and backend subprojects, and start the frontend server, so it can serve the files to access in the browser. To run the backend just type

node backend/build/main/index.js

or if you don't intend to debug it, you can also start the application with gulp

gulp be-start

Now you can access the application in your browser with url http://localhost:3010

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.