Merge "Updating release notes in preparation of bronze release - made some changes...
[it/otf.git] / docs / developer-guide.rst
index 021a954..1fd4499 100644 (file)
@@ -26,11 +26,12 @@ Developer-Guide
 \r
 Deployment\r
 ----------\r
+The following are typical steps used to deploy and run different components of OTF.\r
 \r
 OTF Frontend\r
 ^^^^^^^^^^^^\r
 1) docker build -t otf-frontend:0.0.1-SNAPSHOT .\r
-2) docker run -d --network="host" otf-frontend:0.0.1-SNAPSHOT\r
+2) docker run -e OTF_URL='http://localhost:8082/ -d --network="host" otf-frontend:0.0.1-SNAPSHOT\r
 \r
 OTF SERVICE API\r
 ^^^^^^^^^^^^^^^^\r
@@ -78,7 +79,7 @@ Unable to log in to OTF UI as the first user on the platform
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r
 When registering as a new user, you will eventually need an admin to "enable" you. If you are the first User,\r
 there will be no admin and you will be unable to log in even after you register. In order to fix this, you will have to\r
-manually go into the mongo database and alter certain attributes for this new user.\r
+manually go into the mongo database and alter certain enabled and permission attribute for this new user.\r
 \r
 .. image:: images/mongo-user.PNG\r
 \r