Git Product home page Git Product logo

iva's Introduction

IVA - Front End System 🚘

Install/Setup/Learning Notes

:bowtie: UTK students go to: https://oit.utk.edu/Training/online-training/lynda/Pages/default.aspx for free training. Search and complete Lynda training for (MongoDB, Expressjs, Angularjs, Nodejs (MEAN Stack)), Git, GitHub, Webprogramming HTML5, CSS, javascript.

1️⃣ GitHub https://github.com/

2️⃣ Webstorm IDE https://www.jetbrains.com/webstorm/

  • What is Webstorm? WebStorm is a lightweight yet powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js.
  • Install updated IDEA (webstorm) editor (free for students)
  • Learn Webstorm

3️⃣ Nodejs https://nodejs.org

  • What is Nodejs? Node.js® is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
  • Install nodejs
  • Learn nodejs
  • Node Package Manager (NPM) allows you to install/update all node packages comes installed with nodejs automatically
    • Learn about npm
    • update node (if you already have node installed)
      • cd into IVA
        • sudo npm cache clean -f
        • sudo npm install -g n
        • sudo n stable
        • node -v (0.12.2)
    • update package dependencies (or install if needed)
      • sudo npm update -g

4️⃣ Bower http://bower.io/

  • What is Bower? A package manager for the web.
    • Ensure you have bower installed
      • sudo npm install -g bower
    • update bower packages
      • bower update

5️⃣ MongoDB https://www.mongodb.org/

  • What is MongoDB? MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling.
  • Download and extract mongo
    • cd ~/Downloads/mongodb-osx-x86_64-2.6.6/bin/
    • start mongo daemon
      • ./mongod --dbpath=../data
  • Learn MongoDB

6️⃣ Grunt http://gruntjs.com/

  • What is Grunt? A JavaScript Task Runner.
    • Ensure you have grunt installed
      • sudo npm install -g grunt-cli
  • cd into IVA Repo
    • run grunt by running "grunt serve"
    • you should see grunt script running
    • check your web browser

7️⃣ Jade http://jade-lang.com/

8️⃣ Yo http://yeoman.io/

9️⃣ Express http://expressjs.com/

  • What is express? Fast, unopinionated, minimalist web framework

1️⃣0️⃣ Angular https://angularjs.org/

1️⃣1️⃣ Admin

  • ensure you have a gravatar account (gravatar.com)
    • modify /server/config/seed.js (bottom) to add a dev/test acct as needed (match email used for gravatar)
    • Value found in cloning https://github.com/almasaeed2010/AdminLTE and browsing locally / leveraging code
  • node/site
  • site template
  • core authentication (local only)
  • Account Management (user-level)
    • change password
    • update profile (i.e. title, first name, last name)
  • Account Management (admin-level)
    • List, create, update, delete
    • update: set password, change first name, last name, title, email)
    • assign to role/roles
  • Groups/Roles
    • create / list / update / delete
    • add / remove users from roles

1️⃣2️⃣ Next Steps

  • see the github Issues section of IVA for more information
  • get with students to ensure they understand how to fire up the dev environment

iva's People

Contributors

wildertrek avatar argodev avatar

Watchers

James Cloos avatar  avatar

Forkers

dallen28

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.