Coder Social home page Coder Social logo

watchtower's Introduction

Watchtower

A Workflow Management Tool for Synthetic Biologists

Setting up the environment

NodeJS

  1. Install the Node.JS binaries or the installer.
  2. If the install was successful the Node.JS CLI should be available to you. Check by firing up the terminal node --version should give the installed version.
  3. If the install was successful you should now have the npm which is Node's package manager. npm --version should confirm this.
  4. Clone this repo git clone https://github.com/sngpranay/Watchtower.git
  5. Navigate to the Watchtower folder in the terminal and type in npm install
  6. This should install all the depencies required to run the application.
  7. There should now be a node_modules folder in your root directory.
  8. You will also need to generate your github API Auth token.
  9. In Watchtower/config/Repo.js and Watchtower/config/git_add.js make the changes listed in the comments (Your Github account info + Auth token).

Mongodb

  1. Install MongodB as instructed here.
  2. To test type in mongod in your console.
  3. This will application will be using two collections Users and Projects.

Run !

  1. If all the steps were successful you should now be able to launch the application.
  2. In the root directory type in mongod and in another terminal window type in node app.js from the root directory , fire up a browser and hit http://localhost:3000/
  3. You should see the Watchtower homepage.

watchtower's People

Contributors

sngpranay avatar

Watchers

James Cloos 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.