https://github.com/dbcli/pgcli.com
Website for pgcli
https://github.com/dbcli/pgcli.com
Last synced: 14 days ago
JSON representation
Website for pgcli
- Host: GitHub
- URL: https://github.com/dbcli/pgcli.com
- Owner: dbcli
- License: mit
- Created: 2014-12-27T07:27:37.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T22:59:00.000Z (9 months ago)
- Last Synced: 2025-03-22T23:27:18.955Z (9 months ago)
- Language: HTML
- Size: 14.9 MB
- Stars: 7
- Watchers: 14
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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