Skip to content

someApprentice/filehosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filehosting

Simple service for sharing files

Implemented via:

Requirements

  • PHP5.6 or above
  • PostgreSQL
  • SphinxSearch
  • Composer

Installation

  1. git clone https://github.com/someApprentice/filehosting.git
  2. create new database and import dump file (filehosting.sql in the work directory)
  3. composer install
  4. change database configuraion in the /config/config.ini file
  5. change sphinx configuration in the /config/sphinx.conf file
  6. create sphinx indexes indexer --config /config/sphinx.conf --all
  7. run SphinxSearch service searchd --config /config/sphinx.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published