Giter Site home page Giter Site logo

motivateco / shareabouts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openplans/shareabouts

0.0 5.0 0.0 16.13 MB

Shareabouts is a mapping application for crowdsourced info gathering.

License: GNU General Public License v3.0

JavaScript 63.74% Shell 0.11% Python 10.30% HTML 15.25% CSS 10.41% Ruby 0.19%

shareabouts's Introduction

Shareabouts Frontend

A hacked-up, multiheaded version of the original shareabouts app by your loving interns

Adding a System

There are a number of files to create and edit.

  1. Create your flavor. Place it in /src/flavors.
  2. Create the settings_SYSTEM.py file in /src. Use the template, and name it accordingly.
  3. Create the wsgi_SYSTEM.py file at the root. This just points to the settings file.
  4. Modify the wsgi.conf file by adding the wsgi path. Copy paste the following, replacing SYSTEM_NAME with the name you used for your system.
<VirtualHost *>
    ServerName SYSTEM_NAME.localhost
    ServerAlias SYSTEM_NAME.*.com

    WSGIDaemonProcess SYSTEM_NAME processes=5 python-path=/opt/python/current/app:/opt/python/run/venv/lib64/python2.7/site-packages:/opt/python/run/venv/lib/python2.7/site-packages user=wsgi group=wsgi threads=1 home=/opt/python/current/app
    WSGIProcessGroup SYSTEM_NAME
    WSGIScriptAlias / /opt/python/current/app/wsgi_SYSTEM_NAME.py
</VirtualHost>

Local development

Shareabouts uses vagrant to simplify local development. To start a dev server, run vagrant up from the root of the app.

Visit SYSTEM_NAME.localhost:4000 to view the app.

shareabouts's People

Contributors

afischer avatar aplannersguide avatar atogle avatar brendannee avatar fkh avatar gitter-badger avatar guillaume-cormier avatar jae-huh avatar juliamae avatar mjumbewu avatar ndkv avatar nlissar avatar slinkp avatar stuffandthings avatar tmeasday avatar victor-o-silva avatar

Watchers

 avatar  avatar  avatar  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.