dynamicweb/INSTALLATION.rst

31 lines
644 B
ReStructuredText
Raw Normal View History

2016-04-10 01:42:26 +00:00
ungleich
========
dynamicweb
----------
Installation for dynamicweb
=======
Requirements
============
* Python 3.5+
Install
=======
2016-04-10 01:47:17 +00:00
The quick way:
`pip install -r requirements.txt`
2016-04-10 01:42:26 +00:00
Next find the dump.db file on stagging server. Path for the file is under the base application folder.
Install the postgresql server and import the database::
2016-04-10 01:47:17 +00:00
`psql -d app < dump.db`
2016-04-10 01:42:26 +00:00
Development
===========
Project is separated in master branch and development branch.
2016-04-10 01:47:17 +00:00
Master branch is currently used on `Digital Glarus`<https://digitalglarus.ungleich.ch/en-us/digitalglarus/> and [Ungleich blog](https://digitalglarus.ungleich.ch/en-us/blog/).
2016-04-10 01:42:26 +00:00