Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydroshare/hs_pages
Vanilla Mezzanine Site
https://github.com/hydroshare/hs_pages
django mezzanine
Last synced: about 1 month ago
JSON representation
Vanilla Mezzanine Site
- Host: GitHub
- URL: https://github.com/hydroshare/hs_pages
- Owner: hydroshare
- License: mit
- Created: 2016-04-13T19:03:01.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-24T17:14:52.000Z (6 months ago)
- Last Synced: 2024-06-24T19:08:07.156Z (6 months ago)
- Topics: django, mezzanine
- Language: CSS
- Homepage:
- Size: 4.69 MB
- Stars: 2
- Watchers: 30
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hs_pages
Help pages based on Mezzanine / Django
### requires.io
[![Requirements Status](https://requires.io/github/hydroshare/hs_pages/requirements.svg?branch=develop)](https://requires.io/github/hydroshare/hs_pages/requirements/?branch=develop)
## How to run
Clone this repository.Using the console, cd into `hs_pages` folder (or whatever name you chose when cloning it).
Run `docker build -t hs_pages .` and then `docker run -p 8000:8000 -d -t hs_pages`
You will need a copy of the sqlite database, which you can load point to by changing the `DATABASES.NAME` in local_settings.py.
Or you can load fixtures using:
```sh
python manage.py loaddata pagemill-fixtures.json
python manage.py createsuperuser --noinput
```