Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janosgyerik/bashoneliners
A collection of practical or just pure awesome bash one-liners or shell script tips and tricks for GNU Linux, UNIX or BSD systems. Open, collaborative system, user friendly, with functions to contribute one-liners, request one-liners, search, rss feed, commenting, Open ID login. Open-source project, using Django, Python, jQuery, HTML5, Bootstrap from Twitter.
https://github.com/janosgyerik/bashoneliners
Last synced: 3 months ago
JSON representation
A collection of practical or just pure awesome bash one-liners or shell script tips and tricks for GNU Linux, UNIX or BSD systems. Open, collaborative system, user friendly, with functions to contribute one-liners, request one-liners, search, rss feed, commenting, Open ID login. Open-source project, using Django, Python, jQuery, HTML5, Bootstrap from Twitter.
- Host: GitHub
- URL: https://github.com/janosgyerik/bashoneliners
- Owner: janosgyerik
- License: other
- Created: 2011-09-24T12:52:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T06:08:46.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:12:28.533Z (6 months ago)
- Language: Python
- Homepage: http://bashoneliners.com/
- Size: 2.34 MB
- Stars: 210
- Watchers: 16
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-starred-test - janosgyerik/bashoneliners - A collection of practical or just pure awesome bash one-liners or shell script tips and tricks for GNU Linux, UNIX or BSD systems. Open, collaborative system, user friendly, with functions to contribu (Python)
- jimsghstars - janosgyerik/bashoneliners - A collection of practical or just pure awesome bash one-liners or shell script tips and tricks for GNU Linux, UNIX or BSD systems. Open, collaborative system, user friendly, with functions to contribu (Python)
README
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=janosgyerik_bashoneliners&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=janosgyerik_bashoneliners)
Setup
-----Install required python modules:
pip install -r requirements.txt
Create database (sqlite3), and admin account:
python manage.py migrate
Start local website on localhost:8000
python manage.py runserver
Local Settings
--------------To override the default `settings.py` file in production, create a
`local_settings` file and pass it to `manage.py` using the `--settings flag`, like this:python manage.py migrate --noinput --settings=bashoneliners.local_settings