Giter Site home page Giter Site logo

tim's Introduction

Tim

Tim is a simple PHP-based web application for recompressing JPEG files.

Tim

Dependencies

  • Physical or virtual x86_64 Linux server
  • PHP
  • Git (optional)

Installation and usage

  1. Install the required packages on a local machine or a remote Linux server.
  2. Clone the project's repository using the git clone https://github.com/dmpop/tim.git command. Alternatively, download the latest source code using the appropriate button on the project's pages.
  3. Open the config.php file and configure the desired options.

To run Tim, switch in the terminal to the tim directory and execute the php -S 0.0.0.0:8000 command.

To access Tim, point the browser to http://127.0.0.1:8000 (replace 127.0.0.1 with the actual IP address or domain name of the machine running Tim).

To host Tim on a remote web server, move the the tim directory to the document root of the server. Make the tim directory writable by the server using the sudo chown www-data:www-data -R tim/ command.

To change the default upload size, open the php.ini file for editing (for example, sudo nano /etc/php7/cli/php.ini) and adjust the values of the upload_max_filesize, post_max_size, and memory_limit parameters.

Problems?

Please report bugs and issues in the Issues section.

Contribute

If you've found a bug or have a suggestion for improvement, open an issue in the Issues section.

To add a new feature or fix issues yourself, follow the following steps.

  1. Fork the project's repository.
  2. Create a feature branch using the git checkout -b new-feature command.
  3. Add your new feature or fix bugs and run the git commit -am 'Add a new feature' command to commit changes.
  4. Push changes using the git push origin new-feature command.
  5. Submit a pull request.

Author

Dmitri Popov [email protected]

License

The GNU General Public License version 3

tim's People

Contributors

dmpop avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.