Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 726 Bytes

README.md

File metadata and controls

executable file
·
22 lines (14 loc) · 726 Bytes

Anrcho

Anrcho, a model of consensus voting platform for the digital proletariat.

Social Maya

Social Maya, a free and open source social network, and intentional digital community for artists and philosophers.

FOSS

This is free and open source software, as specified above by the GNU General Public License.

Setting up your local test server

  1. Download the package or clone the repo.
  2. Install Ruby version 2.2 using RVM or the Ruby Installer
  3. Install ImageMagick: sudo apt-get install imagemagick libmagickwand-dev
  4. Install Ruby gems: bundle install
  5. Setup the database: bundle exec rake db:setup
  6. Run the database migrations: bundle exec rake db:migrate

The default database is SQLite3.