Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 943 Bytes

README.md

File metadata and controls

53 lines (31 loc) · 943 Bytes

uethackathon2015_team5

Trong hệ thống sử dụng các thành phầm gồm

Docker

$sudo apt-get update

$sudo apt-get install linux-image-generic-lts-trusty

$sudo reboot

sau đó kiểm tra xem curl đã cài chưa.

$which curl

Nếu chưa cài

$ sudo apt-get update $ sudo apt-get install curl

tải bản Docker mới nhất vể

$ curl -sSL https://get.docker.com/ | sh

nếu ip của bạn ẩn dưới bộ lọc proxy, có thể chạy lệnh sau:

$ curl -sSL https://get.docker.com/gpg | sudo apt-key add -

Cài đặt Apache trên Docker

https://github.com/eugeneware/docker-apache-php

Cài đặt NodeJS

$sudo apt-get update $sudo apt-get install nodejs

$sudo apt-get install npm

Cài đặt ExpressJS

$ mkdir myapp $ cd myapp $npm init $ npm install express --save $ npm install express

Fabric JS

http://fabricjs.com/docs/

Angular JS

https://angularjs.org/