Git Product home page Git Product logo

datawise_demo's Introduction

Dropbox Consumer

A simple dropbox consuming app.

How to run:

Using Homestead:

  1. Copy params.ini.dist into params.ini and set:
    • dropbox_key: Dropbox application key.
    • dropbox_secret: The Dropbox Application Secret.
    • app_url: An another application url (you can keep the default as well). (look bellow for this setting)
  2. If Homestead is not intalled run the following commands:
    composer install --dev
    php vendor/bin/homestead make
    
  3. Set the url into your system's hosts folder using image's ip.
  4. Launch the app via the vagrant up command.
  5. Visit the page using the url set into the APP_URL enviromental variable. Do not be allarmed if an error for the ssl certificate is occured it is a dev-only local certificate, just accept it.

    NOTICE: On Production you should use your own certificates.

Application url

As best practices (used by many apps incl. wordppress) dictate, you should configure the application url. In this app is completely optional, but if done then yu should keep in mind:

  • Because of Dropbox Limitations it should be an https one.
  • If changed on params.ini thet you should change it on Homestead.yaml at the correct yml entry sites.

datawise_demo's People

Watchers

 avatar  avatar

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.