Skip to content

black-beans/muellerps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Müller Project & Services GmbH

This project contains the static site for http://www.muellerps.ch and makes use of the following tools:

Installation

Install the following software:

Now visit the project website at https://github.com/mksoft/muellerps and press the Clone in Windows button and select the target directory where you want to store the project. When the project is cloned, select open in command prompt when pressing on the gear-wheel. In the command prompt, install all dependencies:

$ npm install

Prepare

To install all dependencies, bundle the project:

$ bundle

## Run

Before editing, start middleman in the command prompt:

$ bundle exec middleman server


and open the browser at [http://localhost:4567/](http://localhost:4567/).

## Build

To build the final site:

```Bash
$ bundle exec middleman build

The site will be generated to the build directory.

Deploy

To deploy the site ncftp needs to be installed:

$ brew install ncftp

To deploy the static site use the following commands:

$ cd build
$ ncftpput -u web229 -R www.muellerps.ch html .

License

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/.

About

Website for MPS Müller Projects & Services GmbH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •