- Currently the FTP password is stored in plain text in the DB, this will be fixed soon, but due to time it is not implimented properly.
- you need to run redis on your server
app can be deployed with capistrano
- make your server
- Set database.yml with your info (we're using postgresql)
- navigate to server after app is online and enter in an ftp server /settings
- navigate to /downloaders and enter in some info
- you need a leading slash (/) on the FTP file path
in settings, the WO Mount Path should point to where your network drive is mounted somethink like /mnt/wo_files, this is the final location files are copied to. The Downloader temporarily saves files in /public/downloads (relative to the app itself)
- Store password in not plain text
- add a real logging system
- [ ]