GithubHelp home page GithubHelp logo

devenvironments's Introduction

Systers Development Environments

This readme file details all Systers development environments for GSoC and open source projects.

Project Specific Development Environment

All projects will have the following environment setup unless otherwise specified.

  • OS Ubuntu
  • Web Server - Apache
  • Software/Application Framework - Python/Django (Ushahidi has platform and PHP)
  • Database - PostgreSQL (Ushahidi has MySQL)
  • MacOSX, XCode (for iOS developers)

Server Sotware Version Details

  • Ubuntu 14.04 LTS (GNU/Linux 3.13.0-24-generic i686)
  • Apache 2.4.7
  • PHP 5.5.9
  • Ruby/Rails 2.1.2p95
  • GEM 2.2.2
  • Phython/Django 2.7.6
  • NodeJS 0.10.25
  • NPM 1.3.10
  • MySQL 14.14
  • PostgreSQL 9.3.4
  • Git 1.9.1

Configuration by Project

VMS & Portal

  • Ubuntu
  • Apache
  • Python, Django
  • PostgreSQL

Ushahidi

  • Ubuntu
  • Apache
  • PHP, Ushahidi
  • MySQL

Vagrant file located above in pc-ushahidi folder.

PC Hub

  • Ubuntu
  • Apache
  • Python, Django
  • PostgreSQL

Vagrant file located above in pc-web folder.

Automated Testing

  • Ubuntu
  • Apache
  • Python, Django
  • PostgreSQL

Setup

  1. Install VirtualBox by going to their download page.

  2. Install Vagrant by going to their download page.

A Vagrant file used for deploying an Ubuntu based development environments. Eeach VM is setup as the development instance of each server. If you need more help installing Vagrant, please take a look at their installation documentation.

Using Vagrant

The Vagrantfile is setup to automatically download a VM image that already has the project configured and already deployed. Make sure you cd into one of the environments before running the commands below.

`gem install vagrant`

Note: You only need this step if you are on Windows or Mac machines. Linux does NOT require this step.

Starting a VM

vagrant up

NOTE: If you get an error that a port is currently being used, open up the Vagrantfile and change the port to something else (the second port number listed in the file).

Accessing the VM

vagrant ssh

The initial login will be as the vagrant user. If you need root privileges just type sudo su -.

Any files that reside in the directory which contains the Vagrantfile will show up inside of the VM as /vagrant so that you are free to edit files from your workstation outside the VM if you want.

Shutting down the VM

vagrant halt

Deleting the VM and starting fresh

NOTE: This will delete any files on the VM itself. Please be careful!

vagrant destroy
vagrant up

devenvironments's People

Contributors

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