GithubHelp home page GithubHelp logo

shubhangikishore / cadasta-platform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cadasta/cadasta-platform

0.0 2.0 0.0 15.86 MB

Main repository of the Cadasta platform. Technology to help communities document their land rights around the world.

Home Page: https://demo.cadasta.org

License: GNU Affero General Public License v3.0

Python 76.13% CSS 9.74% JavaScript 5.61% Shell 0.03% HTML 8.43% Nginx 0.06%

cadasta-platform's Introduction

cadasta-platform

build-status-image

Install for development

Install:

Clone the repository to your local machine and enter the cadasta-platform directory. Run the following commands to access the virtual machine.

Provision the VM:

vagrant up --provision

SSH into the VM (automatically activates the Python virtual environment):

vagrant ssh

Enter the cadasta directory and start the server:

cd cadasta
./runserver

Open http://localhost:8000/ in your local machine's browser. This will forward you to the web server port on the VM and you should see the front page of the platform site.

See the wiki (here and here) for detailed instructions on installation and running the platform for development.

Run tests

Within the development VM, from the /vagrant directory run:

py.test cadasta

To get coverage reports run:

py.test cadasta --cov=cadasta  --cov-report=html

This creates a HTML report under htmlcov. See pytest-cov docs for other report formats.

AWS Deployment

Do this:

vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
vagrant plugin install vagrant-aws
...

vagrant up --provider=aws ...

Acknowledgements

Cadasta is grateful for the technical considerations and support provided by:

cadasta-platform's People

Contributors

oliverroick avatar ian-ross avatar seav avatar amplifi avatar linzjax avatar wonderchook avatar bjohare avatar eomwandho avatar kavindya89 avatar manoramahp avatar karenc avatar jnordling avatar aklife97 avatar divya063 avatar iknowjoseph avatar vvianle avatar shailysangwan avatar shruti9520 avatar yoshi2095 avatar nathalier avatar

Watchers

James Cloos avatar Shubhangi Kishore 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.