This repository was archived by the owner on Jul 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (28 loc) · 1.39 KB
/
README
File metadata and controls
35 lines (28 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
backmeup-frontend is a user interface for backmeup (https://github.com/backmeup/backmeup-prototype) built on top of django and python requests library.
backmeup-frontend features:
- custom auth backend to validate authentication agains backmeup REST API
- dango session handling and rights management
- django i18n
- responsive design
Install
=======
* install python modules listed in backmeup-frontend/misc/pip-requirements.txt
* setup apache vhost. example vhost and wsgi config files are in backmeup-frontend/apache/
* copy/symlink django project settings file to backmeup-frontend/project/settings/settings.py and review/edit it to your liking.
* create a db and make sure the db connection settings in the settings.py are correct!
* open the shell and do:
* $ cd backmeup-frontend/project/
* ...activate virtualenv (if there is any)
* $ ./manage.py syncdb
* $ ./manage.py migrate
* $ ./manage.py collectstatic
FRONTEND-DEVELOPMENT
====================
- Compass:
this project uses scss with the compass-framework.
DO NOT edit css-files directly. any changes will be overwritten.
for more information see: http://compass-style.org
- Modernizr:
this project uses a custom-build of modernizr for feature detection and enabling html5-elements for older browsers.
for additional feature-detection a new customized modernizr needs to be build.
for more information see: http://modernizr.com