2020-09-12 12:39:07 -05:00
2019-02-04 18:32:41 -05:00
2018-12-17 13:57:47 -05:00
2018-10-14 21:09:50 -05:00
2020-09-12 12:39:07 -05:00
2018-10-11 12:33:40 -05:00
2020-09-11 21:16:31 -05:00
2018-10-11 12:33:40 -05:00
2019-04-08 10:55:58 -05:00
2019-04-08 10:58:37 -05:00
2019-04-08 11:15:30 -05:00
2019-04-08 11:44:10 -05:00

Personal-site README

To get a pretty version of this document, run

$ markdown README > README.html

License

See LICENSE file.

Authors

See AUTHORS file.

Dependencies

  • python
  • python-virtualenv

Python dependencies

More detail in requirements.txt and requirements_prod.txt; it is best to use virtualenv and pip to handle these. But if you insist on (Arch GNU/Linux) packages, you will probably want the following:

  • django
  • python-markdown
  • python-memcached

Testing Installation

  1. Clone personal-site

     git clone https://libregit.org/heckyel/personal-site.git
    
  2. Run virtualenv.

     cd personal-site && virtualenv ./venv/
    
  3. Activate the virtualenv.

     source ./venv/bin/activate
    
  4. Install dependencies through pip.

     pip install -r requirements.txt
    
  5. Copy settings.py.example to settings.py and modify. Make sure to uncomment the appropriate database section (either sqlite or PostgreSQL).

     cp -v personalsite/settings.py.example personalsite/settings.py
    
  6. Check syntax.

     python manage.py check --deploy
    
  7. Migrate changes.

     python manage.py migrate
    
  8. Create superUSER

     python manage.py createsuperuser
    
  9. Use the following commands to start a service instance

     python manage.py runserver
    

Production Installation

The HACKING.md file helps the deployment in production

Description
Personal website built in Django
Readme AGPL-3.0 3.2 MiB
Languages
Sass 24.1%
CSS 22.4%
Python 21.6%
Shell 13.7%
JavaScript 12.2%
Other 6%