Git Product home page Git Product logo

boilerplatedownloader's Introduction

BoilerPlateDownloader

Heroku App Codeship Status SensioLabsInsight Coverage Status Dependency Status Heroku Log

Download files with a boiler plate server using a REST Api.

  • [GET] /hello/{name} return Hello <name> message
  • [GET] /list return the list of the downloaded files
  • [PUT] /download download a file
  • [DELETE] /delete delete file(s)

How to install

Start with the next chapiter if it is your first intall and if node.js is not installed.

> git clone https://github.com/Starli0n/BoilerPlateDownloader boilerplatedownloader
> cd boilerplatedownloader
> composer install
> npm install
> bower install
> gulp :publish
> gulp :deploy
> gulp :test
> gulp :doc

For PHP Tools for Visual Studio

BoilerPlateDownloader.phpproj > Properties > Application > Start action

  • Specific page public/index.html
  • Specific page publish/index.html
  • Specific page boilerplatedownloader/public/index.html

First Install of the toolchain

  • Install Node.js
> npm install -g npm
> npm install -g bower
> npm install -g gulp-cli

On Windows npm should be found here: C:\Users\Starli0n\AppData\Roaming\npm

Settings Proxy

For npm

> npm config set analytics false
> npm config set proxy http://user:[email protected]:port
> npm config set https-proxy http://user:[email protected]:port

In your Home directory, on Windows it is C:\Users\Starli0n, you should have

.npmrc

analytics=false
proxy=http://user:[email protected]:port
https-proxy=http://user:[email protected]:port

For bower

Set the file manually at the same location

.bowerrc

{
    "analytics": false,
    "proxy": "http://user:[email protected]:port",
    "https-proxy": "http://user:[email protected]:port"
}



Powered by Slim Framework 3 Skeleton Application

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.