fpietka / pgcli.com

Website for pgcli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgcli.com

A website for pgcli project.

Running the server

Install the requirements file

pip install -r requirements.txt

Starting the server

./develop_server.sh start

Accessing

Open your favorite browser and go to http://localhost:8000.

Stoping the server

./develop_server.sh stop

Contribuiting

  1. Fork it (https://github.com/dbcli/pgcli.com/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Website for pgcli

License:MIT License


Languages

Language:HTML 57.7%Language:CSS 25.8%Language:Makefile 6.7%Language:Shell 3.8%Language:JavaScript 3.0%Language:Python 2.9%