Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Opensource»How to Install Mean.io On Ubuntu, Debian & LinuxMint

    How to Install Mean.io On Ubuntu, Debian & LinuxMint

    RahulBy RahulNovember 27, 20151 Min ReadUpdated:September 21, 2019

    MEAN is a full-stack JavaScript-based framework, which accelerates web application development much faster than other frameworks. This tutorial will help you to install Mean stack on Ubuntu, Debian and LinuxMint systems.

    MEAN.IO have following requirements, to be pre-installed on the system.

    • Node.js
    • MongoDB
    • Git client

    Prerequsities

    First of all, install Nodejs and NPM on your system by running the following commands on your system.

    curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
    sudo apt-get install nodejs
    

    Now execute the following commands to install MongoDB on your system. Visit here for detailed installation instructions about latest mongodb.

    sudo apt-get install mongodb mongodb-server
    

    Now install some more required packages for working with Mean.io.

    sudo apt-get install git
    sudo npm install gulp
    

    Setup Mean.io Stack

    Let’s clone the mean.io source code from its official git repository and install the required node modules.

    git clone --depth 1 https://github.com/linnovate/mean.git
    cd mean && npm install
    

    Start Application

    Now use the following command to start the node development server. This option is not recommended for production use.

    npm start
    

    Start Mean stack Ubuntu

    Then, open a browser and go to:

     http://localhost:3000
    

    Mean.io stack Ubuntu

    javascript. nodejs mean mean stack mean.io
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Send Email from Gmail SMTP with Linux Command Line
    Next Article How to Force Overwrite Local Files on Git Pull

    Related Posts

    How to Install OpenCV on Ubuntu 20.04

    Updated:September 17, 20214 Mins Read

    How to Install Mattermost with MySQL on Ubuntu 14.04 & Debian 8

    Updated:May 4, 20163 Mins Read

    How to Install Wine 5.6 on CentOS, RHEL and Fedora

    Updated:April 17, 20202 Mins Read

    How to Install Wine 5.0 on Ubuntu 18.04 & 16.04 LTS

    Updated:December 18, 20202 Mins Read

    How to Install VMware Player on CentOS/RHEL and Ubuntu

    1 Min Read

    How to Install Git 2.0.5 on CentOS/RHEL 7/6/5 and Fedora 22/21

    2 Mins Read

    2 Comments

    1. pffffa on September 16, 2017 4:29 pm

      (function (exports, require, module, __filename, __dirname) { import mongoose from ‘mongoose’;
      ^^^^^^

      SyntaxError: Unexpected token import
      at createScript (vm.js:74:10)
      at Object.runInThisContext (vm.js:116:10)
      at Module._compile (module.js:588:28)
      at Object.Module._extensions..js (module.js:635:10)
      at Module.load (module.js:545:32)
      at tryModuleLoad (module.js:508:12)
      at Function.Module._load (module.js:500:3)
      at Function.Module.runMain (module.js:665:10)
      at startup (bootstrap_node.js:201:16)
      at bootstrap_node.js:626:3

      Reply
    2. nodejsdevelopmentcompany on September 1, 2016 5:51 am

      Thanku for sharing this useful information.. I would like to share something too…
      Thinkwik is an expertise driven web and mobile apps Development Company helping businesses achieve their goal through robust and engaging web and mobile presence. To Build real time application, mobile app and website

      Node Js Development Company

      Android App Development

      iOS App Development

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    • (Resolved) Please install all available updates for your release before upgrading
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.