Commit d64ea87f by aa.gusti

move to bak

1 parent 66862cd0
Showing 1000 changed files with 4 additions and 2 deletions

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

...@@ -18,12 +18,12 @@ Buat Python Virtual Environment, biasanya pada home directory:: ...@@ -18,12 +18,12 @@ Buat Python Virtual Environment, biasanya pada home directory::
Install Production Install Production
------------------ ------------------
$ ~/env/bin/pippip install git+https://git.opensipkd.com/bekasi/base.git@ciamis $ ~/env/bin/pip install git+https://git.opensipkd.com/aa.gusti/opensipkd-base.git
$ cp ~/env/etc/live_opensipkd.tpl ~/env/etc/live_opensipkd.ini $ cp ~/env/etc/live_opensipkd.tpl ~/env/etc/live_opensipkd.ini
Install Development:: Install Development::
------------------- -------------------
$ source ~/env/bin/activate
$ mkdir apps $ mkdir apps
$ cd apps $ cd apps
$ git clone https://git.opensipkd.com/bekasi/base.git@ciamis $ git clone https://git.opensipkd.com/bekasi/base.git@ciamis
...@@ -38,9 +38,11 @@ pada baris berikut ini:: ...@@ -38,9 +38,11 @@ pada baris berikut ini::
[alembic_ziggurat] [alembic_ziggurat]
sqlalchemy.url = postgresql://user:password@localhost:5432/db sqlalchemy.url = postgresql://user:password@localhost:5432/db
script_location = ziggurat_foundation:migration
[alembic_base] [alembic_base]
sqlalchemy.url = postgresql://user:password@localhost:5432/db sqlalchemy.url = postgresql://user:password@localhost:5432/db
script_location = opensipkd.base:alembic
Handling Log File: Handling Log File:
================== ==================
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!