Code Monkey home page Code Monkey logo

omuni-budget's Introduction

Open Budget for Municipalities

The Open Budget project is a web app and web API for municipality budgets, and related contextual data.

https://travis-ci.org/prjts/open-budget.png

Get involved

Code: https://github.com/hasadna/omuni-budget

Issues: https://github.com/hasadna/omuni-budget/issues

Docs: http://open-budget.readthedocs.org/

Demo: http://open-budget.prjts.com/

Discussion: https://groups.google.com/forum/?fromgroups=#!forum/open-muni-dev

HaSadna (Public Knowledge Workshop): http://hasadna.org.il/

5 min install

Make sure you have the latest version of virtualenv installed, and set it up so you have a directory for your envs, and a directory for your projects.

We are using subdomains extensively, for languages and for the API.

So first, edit your hosts file and add some aliases for 127.0.0.1:

127.0.0.1 [whatever else you have] he.obudget.dev en.obudget.dev ar.obudget.dev ru.obudget.dev api.obudget.dev obudget.dev www.obudget.dev

With virtualenv setup properly on your machine, do something like:

mkvirtualenv open-muni

mkdir /srv/projects/open-muni

setvirtualenvproject /srv/environments/open-muni /srv/projects/open-muni

cdproject

git clone [email protected]:hasadna/omuni-budget.git .

Important: Note the "." at the end of the git clone directive.

And continuing:

pip install -r requirements.txt

python manage.py devstrap -m -t

python manage.py runserver

Now we'll grab the stuff we need for the front-end:

First, you'll need to install Node.js, and then install volo as follows:

npm install -g volo

Now we can simply fetch all our client-side dependencies:

volo add

Now go to obudget.dev:8000 in your browser

Now see the docs for full documentation.

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.