Giter VIP home page Giter VIP logo

dev-portal's Introduction

Paylogic developer portal

This repository contains the sources for the Paylogic developer portal hosted at developer.paylogic.com. We use the static site generator Pelican to generate the web pages from content written in the reStructuredText format.

The git repository is hosted on our GitHub account and we use GitHub Pages with a custom DNS name for hosting.

Running it locally

To run the developer portal locally (e.g. to easily preview changes) the following steps should help you get started:

# Clone the git repository.
git clone [email protected]:paylogic/dev-portal.git

# Create, activate and initialize the virtual environment.
virtualenv ~/.virtualenvs/dev-portal
source ~/.virtualenvs/dev-portal/bin/activate
pip install -r dev-portal/requirements.txt

# Run Pelican and view the result in a web browser.
cd dev-portal
make devserver
gnome-open http://127.0.0.1:8000

Publishing changes

If you 1) followed the steps above, 2) have push access to paylogic/dev-portal and 3) have activated the virtual environment, then all you need to publish the latest changes to the live website is to run the command make github. This will publish your changes using GitHub Pages.

License

This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.

dev-portal's People

Contributors

grimborg avatar jaapz avatar maikelwever avatar spirosikmd avatar xolox avatar

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.