Skip to content

Ozymandiiaz/Steatite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steatite – Pictures archive for qualitative analysis

License: GNU Affero General Public License

Contact: [email protected]

Home page: https://github.com/Hypertopic/Steatite

Notice

Steatite is a server software. There is no need to install it on your own computer to use it. The usual way is to be "hosted" by one's own institution (ask your system administrator). If your use cases meet our research interests, we can also host your data on our community server.

Installation requirements

  • Git client
  • Apache HTTP server with PHP and rewrite module
  • Netpbm (Linux, MacOS X, Mingw32)
  • ExifTool
  • SQLite 3

Installation procedure

  • In a Web folder:

      git clone [email protected]:Hypertopic/Steatite.git
      cd Steatite
      mkdir -m 755 picture thumbnail attribute
      sqlite3 attribute/database <schema.sql
      chown -R www-data picture thumbnail attribute
    
  • If the last command threw an error, your system may use a different username for Apache-owned files. Change it accordingly.

  • Set Apache PATH environment to include mkdir, file and anytopnm (see wiki for OS-dependent procedures).

  • In /etc/php5/apache2/php.ini (or equivalent), set upload_max_filesize, max_file_uploads and post_max_size high enough for your mass uploading needs.

About

Pictures archive for qualitative analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 85.8%
  • HTML 11.2%
  • CSS 1.6%
  • ApacheConf 1.4%