forked from turingmachine/filepaste
-
Notifications
You must be signed in to change notification settings - Fork 0
A Webapp to share files over the internet
License
nerrehmit/filepaste
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
--- This software is deprecated and no longer maintained by Puzzle ITC ---
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 0
No packages published
Languages
- Ruby 57.8%
- HTML 35.1%
- Shell 4.0%
- CSS 1.8%
- JavaScript 1.3%