Skip to content

uCtrl/Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

µCtrl Website

This is the website for the µCtrl project.

Technologies used

Third party components

How to test the website

  1. Install nodejs
  2. Clone this repository
  3. Run npm install
  4. Run npm start or ON WINDOWS grunt dev

Live refresh

When running npm start or grunt dev, you have a file watcher that run beside of the express server. This file watcher give live reload capability.

To activate it, you need to have LiveReload extension install and started on your web browser. To install it, go here.

Configure the FTP deployment

To configure the FTP deployment, you need to create a file on the project root call serverConf.json.

This file must contain at lest these information:

{
	"host": "server.com",
	"port": 21,
	"authKey": {
		"username": "username1",
		"password": "password1"
	}
}

Windows problem solving

On windows, you can get views.error depending of the way git bash was install.

To correct the views.error, you will have to install git-scm by choosing the third option when the installer asking for PATH environment.

Select the third choice in the PATH environment choice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •