portal-BE documentation up
[portal.git] / docs / tutorials / portal-BE / setting-up.rst
diff --git a/docs/tutorials/portal-BE/setting-up.rst b/docs/tutorials/portal-BE/setting-up.rst
new file mode 100644 (file)
index 0000000..a2155c3
--- /dev/null
@@ -0,0 +1,48 @@
+Setting up
+==========
+Dependencies
+------------
+
+In order to build Portal BE applications on your machine, you'll need to install the following:
+
+1. OpenJDK 8
+2. Maven
+3. Docker
+4. Docker Compose
+
+Cloning the Portal repository
+---------------------------------
+
+Clone the Portal repository with git:
+
+::
+
+    git clone "https://gerrit.onap.org/r/portal"
+
+Building
+-----------------
+
+::
+
+    cd portal-BE/
+    ./build.sh
+
+Viewing your app
+----------------
+
+
+::
+
+    http://localhost:8080/login
+
+To log in, use user/password 'demo/demo123'.
+
+.. _access the h2-console: http://localhost:8080/h2-console/
+
+Change:
+Saved Settings: Generic MySQL
+Driver Class: com.mysql.cj.jdbc.Driver
+JDBC URL: jdbc:mysql://portal-db:3306/testdb
+User Name: portal
+Password: Test123456
\ No newline at end of file