Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions code/upaya/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
As a work of the United States Government, this project is in the
public domain within the United States.

Additionally, we waive copyright and related rights in the work
worldwide through the CC0 1.0 Universal public domain dedication.

## CC0 1.0 Universal Summary

This is a human-readable summary of the [Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode).

### No Copyright

The person who associated a work with this deed has dedicated the work to
the public domain by waiving all of his or her rights to the work worldwide
under copyright law, including all related and neighboring rights, to the
extent allowed by law.

You can copy, modify, distribute and perform the work, even for commercial
purposes, all without asking permission.

### Other Information

In no way are the patent or trademark rights of any person affected by CC0,
nor are the rights that other persons may have in the work or in how the
work is used, such as publicity or privacy rights.

Unless expressly stated otherwise, the person who associated a work with
this deed makes no warranties about the work, and disclaims liability for
all uses of the work, to the fullest extent permitted by applicable law.
When using or citing the work, you should not imply endorsement by the
author or the affirmer.
34 changes: 34 additions & 0 deletions code/upaya/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
upaya
================
The recognition of Identity is an often misunderstood concept in our Democracy.


### Dependencies

- Ruby 2.0+ (try [rbenv](https://github.com/rbenv/rbenv) or [rvm](https://rvm.io/))
- Bundler (`gem install bundler`)
- [Vagrant](https://www.vagrantup.com/downloads.html)
- [Virtualbox](https://www.virtualbox.org/wiki/Downloads) or [VMware Fusion](https://www.vmware.com/products/fusion)

Or, try the [Laptop](https://github.com/18F/laptop) script for setting up a slick development environment.

### Getting Started
##### :construction: VM environment coming soon! :construction:
- Clone the root repository `git clone git@github.com:18F/identity.git`
- change directory to upaya `cd identity/code/upaya`
- Vagrant up! `vagrant up`
- Your virtual machine will be downloaded and provisioned. Once your VM is booted, the provisioning script will install all necessary dependencies and the spec suite will run via `rake spec`. For more information about developing in a VM, see our [Wiki entry](#).


## More Information

**Notice:** This project is still in alpha.

### Why 'upaya'?
"skill in means" https://en.wikipedia.org/wiki/Upaya

## License

[The project is in the public domain](LICENSE.md), and all contributions will also be released in the public domain. By submitting a pull request, you are agreeing to waive all rights to your contribution under the terms of the [CC0 Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/).

This project constitutes an original work of the United States Government.
28 changes: 0 additions & 28 deletions code/upaya/README.rdoc

This file was deleted.