gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-codeless] branch master updated: README updated


From: gnunet
Subject: [GNUnet-SVN] [taler-codeless] branch master updated: README updated
Date: Thu, 02 Aug 2018 17:01:43 +0200

This is an automated email from the git hooks/post-receive script.

shivam-kohli pushed a commit to branch master
in repository codeless.

The following commit(s) were added to refs/heads/master by this push:
     new 3dea659  README updated
3dea659 is described below

commit 3dea6592563c23a483a5454f55f639de32092be4
Author: shivam kohli <address@hidden>
AuthorDate: Thu Aug 2 20:31:37 2018 +0530

    README updated
---
 README | 46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 45 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 0b5852b..225bc58 100644
--- a/README
+++ b/README
@@ -1,3 +1,47 @@
 # Payment/Donation Buttons and Code-less Payments with GNU Taler
 
-This is a component that sits between the seller's frontend and the GNU Taler 
merchant backend. This component has a web interface, where payment buttons or 
payment forms will be configured. Additional objective include inventory 
management, where the seller can configure the available stock for an item and 
will get notified when their stock runs low. Merchant will be able to 
communicate with the merchant’s backend via this API.
\ No newline at end of file
+This is a component that sits between the seller's frontend and the GNU Taler 
merchant backend. This component has a web interface, where payment buttons or 
payment forms will be configured. Additional objective include inventory 
management, where the seller can configure the available stock for an item and 
will get notified when their stock runs low. Merchant will be able to 
communicate with the merchant’s backend via this API.
+
+================== HOW TO INSTALL =========================
+
+From the repository's top directory, run
+
+$ ./bootstrap
+
+this operation will fetch additional libraries needed by the
+codeless and create the configure script.
+
+The next step is to specify the install prefix, run
+
+$ ./configure
+
+Then the usual GNU-compatible commands, that are
+
+# this will download all dependencies
+$ make install
+
+and optionally
+
+$ make test # run the tests
+
+================== HOW TO LAUNCH ==========================
+
+$ python manage.py runserver portnumber
+
+to launch the django server locally, you can use the command
+mentioned above. In this you can specify the portnumber(eg:8069)
+or leave it blank(the default port is 8000)
+
+================== HOW TO RUN YOUR TESTS =================
+
+From the repository's top directory, just issue
+
+$ make test
+
+in order to have test cases run.  A previous 'make install' is
+NOT required.
+
+================= HOW TO FORCE MIGRATIONS =================
+
+https://simpleisbetterthancomplex.com/tutorial/2016/07/26/how-to-reset-migrations.html
+

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]