Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

turingmachine/filepaste

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Filepaste

Filepaste is a tool to share files in- or outside your companie.
It is like a multiuser clipboard for your data.

Filepaste is written with rails, so it is easy to setup.

INSTALLATION:

- Rails:
  If Rails does not comes with your distribution, try to install
  it with gems:

    sudo gem install rails --include-dependencies
    sudo gem update --system


- Filepaste
  If not already done, download Filepaste:

    git clone git://github.com/puzzle/filepaste.git

  Now edit the database configuration, rails need to know where to
  store the data : 

    cd filepaste
    vim config/database.yml

  The following link may help you with the database setup:
  http://www.jumbabox.com/2008/06/ruby-on-rails-database-setup-tutorial/

  Now we create the database:

    rake db:create:all

  And populate it:

    rake db:migrate:all

  
  Now we need to do some configuration for the authentication over LDAP:

    vim config/settings.yml

- Start the Server
  To simply test Filepaste, go to the base directory and run the following
  command to start the mongrel server:

    mongrel_rails start --port 8080 --address 127.0.0.1 --environment development

About

A Webapp to share files over the internet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.