Giter Site home page Giter Site logo

Comments (3)

muhammadmahdi avatar muhammadmahdi commented on August 21, 2024

Hello, i'm also new wih this scrumblr, but i manage to run it on my ubuntu 14.04, i assume you already installed node.js and redis per aliasaria instruction, but i will share my installation step below, cause it easier.

  1. install redis via terminal: sudo apt-get install redis-server
  2. install node.js and npm via terminal: sudo apt-get install nodejs npm (you can also install nodejs-legacy to develop legacy nodejs)
  3. extract scrumblr you downloaded from git-hub (mine is /home/scrumblr)
  4. go to scrumblr folder and run "npm install -d" via terminal (you don't have to change anything on package.json cause it will install the dependencies instead)
  5. run redis via terminal: redis-server
  6. run scrumblr via terminal: sudo node server.js 81 (mine is port 81 cause i have anoher apps running on my port 80, but you can choose other port instead, and don't forget using sudo, cause to bind something to ports you will need admin or root priviledge)
  7. go to your browser and open http://localhost:81 (you can use your binded port instead)

Thank you, hope it helps.

PS: why i used npm install -d instead of npm install, cause it also download and install dependencies, as you know this apps need specific "express" and "node.js", i assume aliasaria used express ver 2.x by the time he wrote this apps, and now the latest build of express is 4.x (which default installation package on latest ubuntu), in the new version of express, method createServer() and also some other methods already deprecated, that's why you cannot run the apps. Please correct me if i'm wrong.

from scrumblr.

anitsirk avatar anitsirk commented on August 21, 2024

Hello Muhammad,

Those instructions look like what I did. I'll not have to try them again because a friend of mine wrote a docker integration that sets everything up in a flash all by itself. We are currently testing it and documentation will come on how to install it: https://github.com/jsflimflam/docker-scrumblr

Cheers
Kristina

from scrumblr.

muhammadmahdi avatar muhammadmahdi commented on August 21, 2024

Okay, you're welcome, maybe i'll check the docker-scrumblr you mention.

Cheers.

from scrumblr.

Related Issues (20)

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.