Skip to content
/ tentacle Public

Social network platform built with modular, pluggable, and configurable components

License

Notifications You must be signed in to change notification settings

jeet/tentacle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Tentacle: The platform for social websites on Rails



== Installing Tentacle

    TODO: Automate most of this crap
    
To install Tentacle, you'll need to first setup your database configuration and application structure:

    cp config/database.sample.yml config/database.yml
    mkdir log 
    rake tmp:create
    rake db:schema:load
    rake db:migrate:all

To install a plugin, you'll need to do the following:

    script/tentacle install plugin_source
    rake db:migrate:plugin[plugin_name]

To seed some data in, you'll need to do the following:

    rake db:fixtures:load
    script/runner "User.find(1).create_profile :email => 'test@test.com'"
    script/runner "Group.create :name => 'Default'"

About

Social network platform built with modular, pluggable, and configurable components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published