doc
This commit is contained in:
parent
3395ff7c99
commit
046122529c
2 changed files with 30 additions and 6 deletions
30
INSTALLATION.rst
Normal file
30
INSTALLATION.rst
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
ungleich
|
||||||
|
========
|
||||||
|
|
||||||
|
dynamicweb
|
||||||
|
----------
|
||||||
|
Installation for dynamicweb
|
||||||
|
=======
|
||||||
|
|
||||||
|
|
||||||
|
Requirements
|
||||||
|
============
|
||||||
|
* Python 3.5+
|
||||||
|
|
||||||
|
Install
|
||||||
|
=======
|
||||||
|
The quick way::
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
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::
|
||||||
|
psql -d app < dump.db
|
||||||
|
|
||||||
|
|
||||||
|
Development
|
||||||
|
===========
|
||||||
|
Project is separated in master branch and development branch.
|
||||||
|
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/).
|
||||||
|
|
||||||
|
|
|
@ -13,10 +13,4 @@ Website for ungleich GmbH
|
||||||
- /hosting/rubyonrails/
|
- /hosting/rubyonrails/
|
||||||
- /hosting/nodejs/
|
- /hosting/nodejs/
|
||||||
--
|
--
|
||||||
- feedback app
|
|
||||||
- below ungleich?
|
|
||||||
- no
|
|
||||||
- redirect back to // render other url?
|
|
||||||
- /feedback
|
|
||||||
<form action="{% url 'hosting:index' %}" method="post" role="form" class="form-inline">
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue