Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.42 KB

readme.md

File metadata and controls

24 lines (18 loc) · 1.42 KB

Cloud Compiler Server

This is server side for Cloud Compiler aplication.

Installation

Pre install setup

  1. To run server on your computer you need to open port of your choice in your modem device here is video which explains how to do it. Default app port is 3000 you can change it in server.js file but it's not reccomended unless necessary.
  2. Install git on your machine (to confirm if you have it run git --version in your command line).
  3. Install node and npm (to confirm if you have it run npm -v in your command line).

Cloud compiler is intended to run command line compilers so this compilers should be installed on your machine. For example to run gulp compass you need the following setup:

  1. Install gulp globally
  2. Install ruby
  3. Install compass

Client side Cloud Compiler setup is described in cloudCompiler readme

Install steps

  1. Clone this repo to your server
  2. Run npm install inside repo folder

Running the app

To run server type node server.js inside the repo.

To stop server type ctrl + c few times in the command line or close it.