8c51108a0c
* enable shared private and public maps * change the list * yeehaw add collaborators * I believe this fixes the error connor brought up * when topic or synapse is no longer on a map, don't defer * needs to be before? * just do it in the controller * make recommendation they sign in and retry * better email * config for mailer previews * improve wording * shouldn't have included that * switch to green * don't execute if there's no map * wasn't including the right people in some circumstances * Finish breaking out JS files (#551) * metamaps.Realtime refactor * Metamaps.Util * Metamaps.Visualize * Metamaps.SynapseCard * Metamaps.TopicCard * Metamaps.Create.js * Remove erb extension from Metamaps.Map.js * Metmaps.Account and Metamaps.GlobalUI remove extension * Metamaps.JIT no more erb extension * move Backbone.init; standard-format on Metamaps.js.erb * factor out canvas support check function * some llittle template bugs * remove featured from signed in explore maps bar * don't let it overflow off the page |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
doc | ||
lib | ||
log | ||
public | ||
realtime | ||
script | ||
spec | ||
.buildpacks | ||
.example-env | ||
.gitignore | ||
.rspec | ||
.ruby-gemset | ||
.ruby-version | ||
.simplecov | ||
.travis.yml | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Procfile | ||
Rakefile | ||
README.md | ||
Vagrantfile |
Metamaps
Welcome to the Metamaps GitHub repo.
About
Metamaps is a free and AGPL open source technology for changemakers, innovators, educators and students. It enables individuals and communities to build and visualize their shared knowledge and unlock their collective intelligence. You can find out about more about the project at the blog.
You can find a version of this software running at metamaps.cc, where the technology is being tested in a private beta.
Metamaps is created and maintained by a distributed, nomadic community comprised of technologists, artists and storytellers. You can get in touch with us at team@metamaps.cc or @metamapps on twitter.
To get connected with the community interested in Metamaps, join our Google+ community.
Installation
If you are on Mac or Ubuntu you can use the following instructions to quickly get a local copy of metamaps up and running using a Vagrant virtualbox. Don't be intimidated, it's easy!
git clone git@github.com:metamaps/metamaps.git
Now ensure you have VirtualBox and Vagrant installed on your computer
cd metamaps
./bin/configure.sh
This will do all the setup steps to make Metamaps work with a bit of behind the scenes ninja magick.
To start servers which will run metamaps you can then run:
./bin/start
To stop them:
./bin/stop
With your webservers running, open a web browser and go to http://localhost:3000
You can sign in with the default account
email: user@user.com
password: toolsplusconsciousness
OR create a new account at /join
, and use access code qwertyui
Start mapping and programming!
We haven't figured out Vagrant for Windows yet, but we have a set of manual instructions here:
Contributing
Cloning this repository directly is primarily for those wishing to contribute to our codebase. Check out our contributing instructions to get involved.
Community
- If you would like to report a bug, please check the issues section in our contributing instructions.
- To participate in discussions and a public forum about Metamaps, join the Google+ community
- For contributors, read more instructions in CONTRIBUTING.md.
Licensing information
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or(at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
The license can be read here.
Copyright (c) 2015 Connor Turland