Giter Site home page Giter Site logo

spryker-component's Introduction

spryker-component NPM version Build Status Dependency Status

Integration component to talk to Spryker

spryker-component

Spryker Component component for the [elastic.io platform](http://www.elastic.io "elastic.io platform")

If you plan to deploy it into [elastic.io platform](http://www.elastic.io "elastic.io platform") you must follow sets of instructions to succseed.

Before you Begin

Before you can deploy any code into elastic.io you must be a registered elastic.io platform user. Please see our home page at http://www.elastic.io to learn how.

We'll use git and SSH public key authentication to upload your component code, therefore you must upload your SSH Key.

> If you fail to upload you SSH Key you will get permission denied error during the deployment.

Getting Started

After registration and uploading of your SSH Key you can proceed to deploy it into our system. At this stage we suggest you to:

  • Create a team to work on your new component. This is not required but will be automatically created using random naming by our system so we suggest you name your team accordingly.
  • Create a repository where your new component is going to reside inside the team that you have just created.

Now as you have a team name and component repository name you can add a new git remote where code shall be pushed to. It is usually displayed on the empty repository page:

$ git remote add elasticio [email protected]:your-repository.git

Obviously the naming of your team and repository is entirely upto you and if you do not put any corresponding naming our system will auto generate it for you but the naming might not entirely correspond to your project requirements. Now we are ready to push it:

$ git push elasticio master

Authentication

Authentication is happening via OAuth2.0. In order to make OAuth work you need a new App in your XXX. During app creation process you will be asked to specify the callback URL, to process OAuth auehtncation via elastic.io platform your callback URL should be

https://your-tenant.elastic.io/callback/oauth2

If you are testing it on default public tenant just use https://app.elastic.io/callback/oauth2

Configure OAuth Client key/secret

In the component repository you need to specify OAuth Client credentials as environment variables. You would need two variables

  • XXX_KEY - your OAuth client key
  • XXX_SECRET - your OAUth client secret

Known issues

No known issues are there yet.

License

Apache-2.0 © elastic.io GmbH

spryker-component's People

Contributors

zubairov avatar

Watchers

Igor Drobiazko avatar James Cloos avatar  avatar

Forkers

flowground

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.