https://github.com/redhog/clib
https://github.com/redhog/clib
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhog/clib
- Owner: redhog
- Created: 2014-08-21T17:25:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T08:59:40.000Z (almost 3 years ago)
- Last Synced: 2025-08-10T04:34:57.819Z (12 months ago)
- Language: HTML
- Size: 981 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
virtualenv myserver
cd myserver
source bin/activate
mkdir apps
cd apps
git clone
git@github.com:redhog/clib.git
mkdir appomatic_config
touch appomatic_config/__init__.py
touch appomatic_config/__app__.py
echo > appomatic_config/__settings__.py <