Giter VIP home page Giter VIP logo

aslo-v3-copy's Introduction

Build Status

Contributions welcome and should be directed to https://github.com/sugarlabs/aslo-v3, this repo is personal fork of the upstream.

Activities Platform (ASLOv3)

This repository hosts the upcoming version of ASLO (Software center) for SugarLabs.

Requirements

  • Python (3.x)
  • Docker - For running build tasks
  • Mongo - Primary Database Engine
  • Celery - For running background tasks
  • Redis - Broker for Background Tasks
  • Imgur - For hosting Screenshots

Hacking

Setup your development environment:

  1. Install dependencies: python3-dev, docker, mongo, and redis.
  2. Create virtualenv and install python dependencies:
$ git clone https://github.com/sugarlabs/aslo-v3.git
$ cd aslo-v3;
$ python3 -m venv env
$ . env/bin/activate
$ pip install -r requirements.txt
  1. We use honcho. Honcho looks for .env file in order to define the environment variables that will provide the configuration for our app. You can look default values into aslo/settings.py. Define at least SECRET_KEY to start. But certainly you will need more env to test it. Have fun ;)
$ cat >.env <<EOF
MONGO_DBNAME=aslo-dev
SECRET_KEY=123abc123abc123abc
GITHUB_HOOK_SECRET=aaaaabbbbbcccc
EOF
  1. Execute ./start.sh to run the server. It actually executes the gunicorn process and the celery worker. Check the Procfile.

Contributing

We welcome and appreciate contributions of any kind (code, tests, documentation, bug fixes, etc). You can also check our issues page in order to find tasks to contribute with.

Code Style Guide

We follow PEP8 Python Style Guide for Python code and we use 4 spaces for tab. Regarding HTML, we prefer to stick with 2 spaces for tab.

aslo-v3-copy's People

Contributors

jatindhankhar avatar ploypiti avatar scanterog avatar

Stargazers

 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.