Code Monkey home page Code Monkey logo

fastadminer's Introduction

๐ŸŒฟ Fast Adminer ๐ŸŒฟ

So, you need a tool to work with your database via web interface.

Install PhpMyAdmin?

Maybe, but it's hard and insecure to do it each time: you can even break the whole server!

Install Adminer?

Maybe, it's easier then PhpMyAdmin, but you still need a couple of things to get it: go to the official website, save file to the web directory, etc. Also, if you use Git, i will need to delete adminer.php before each commit or add it to .gitignore. Isn't perfect solution.

Install FastAdminer!

FastAdminer is simple wrapper for Adminer, that downloads adminer.php to your site root directory and then, when you don't need adminer, it deletes it with one key press. Just type single command in your terminal: fastadminer.

๐ŸŽถ Use case:

    1. Open terminal and cd to your site's root directory;
    1. Run fastadminer command: it will download adminer.php to the working directory;
    1. Go to http://[your-site]/adminer.php and do what you want with Adminer;
    1. Now, when you don't need adminer, just press Enter and adminer.php will be deleted.

๐Ÿ€ Installation

Only Linux support implemented now. Open your terminal and type:

sudo wget -O /usr/bin/fastadminer https://raw.githubusercontent.com/Lisennk/FastAdminer/master/src/fastadminer
sudo chmod +x /usr/bin/fastadminer

๐Ÿš Usage

cd /your/site/root/directory
fastadminer

fastadminer's People

Contributors

lisennk 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.