Changed the color of 'Question' and 'Answer'
diff --git a/FAQ.md b/FAQ.md
index 0fb3bcc..f2a61f0 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1,20 +1,20 @@
## Troubleshooting FAQ
<br><b class="blue"> Q1.</b> I have setup my own gateway and Airavata. When I log into the gateway I cannot create Compute resources. What should I do?</br>
<b class="blue">Answer: </b> In your pga_config.php (in folder .../testdrive/app/config) under heading 'Portal Related Configurations' set 'super-admin-portal' => false, to true.</br>
-<br><b class="darkred">Q2.</b> I don't get notifications when users create new accounts in my gateway. Why?</br>
-<b class="lred">Answer: </b> That's because you have not defined an email address in <br>'admin-emails' => ['xxx@xxx.com','yyy@yyy.com']. Here you can add one or many.</br>
-<br><br><b class="darkred"> Q3.</b> I am not receiving email notifications from compute resoures for job status changes. What should I do?</br>
-<b class="lred">Answer: </b> In airavata-server.properties please locate and set your email account information.
+<br><b class="blue">Q2.</b> I don't get notifications when users create new accounts in my gateway. Why?</br>
+<b class="blue">Answer: </b> That's because you have not defined an email address in <br>'admin-emails' => ['xxx@xxx.com','yyy@yyy.com']. Here you can add one or many.</br>
+<br><br><b class="blue"> Q3.</b> I am not receiving email notifications from compute resoures for job status changes. What should I do?</br>
+<b class="blue">Answer: </b> In airavata-server.properties please locate and set your email account information.
<pre><code>email.based.monitor.host=imap.gmail.com
email.based.monitor.address=airavata-user@kuytje.nl
email.based.monitor.password=zzzz
email.based.monitor.folder.name=INBOX
email.based.monitor.store.protocol=imaps (either imaps or pop3)</pre></code>
-<br><br><b class="darkred"> Q4.</b> In my Airavata log I have error messages like
+<br><br><b class="blue"> Q4.</b> In my Airavata log I have error messages like
<br>ERROR org.apache.airavata.api.server.handler.AiravataServerHandler - Error occurred while retrieving SSH public keys for gateway
<br>ERROR org.apache.airavata.credential.store.server.CredentialStoreServerHandler - Error occurred while retrieving credentials
<br>What should I do?
-<br><b class="lred">Answer: </b> This could be due to missing tables in your credential store database. Check whether CREDENTIALS and COMMUNITY_USER tables exits. If not create then using
+<br><b class="blue">Answer: </b> This could be due to missing tables in your credential store database. Check whether CREDENTIALS and COMMUNITY_USER tables exits. If not create then using
<pre><code>CREATE TABLE COMMUNITY_USER
(
GATEWAY_ID VARCHAR(256) NOT NULL,
@@ -34,24 +34,24 @@
PRIMARY KEY (GATEWAY_ID, TOKEN_ID)
);
</pre></code>
-<br><br><b class="darkred"> Q5.</b> I cannot login to my Compute Resource and launch jobs from Airavata using the SSH key I generated. What should I do?
-<br><b class="lred">Answer: </b> Steps to use generated SSH key<br>
+<br><br><b class="blue"> Q5.</b> I cannot login to my Compute Resource and launch jobs from Airavata using the SSH key I generated. What should I do?
+<br><b class="blue">Answer: </b> Steps to use generated SSH key<br>
- Generate SSH key + token using Credential Store<br>
- Add the generated token to your resource through PGA --> Admin Dashboard --> Gateway Preferences<br>
- Add the generated SSH key<br>
-<br><b class="darkred"> Q6.</b> When installing PGA in MAC i got below error after updating the composer.
+<br><b class="blue"> Q6.</b> When installing PGA in MAC i got below error after updating the composer.
<br>- Error<br>
Mcrypt PHP extension required.<br>
Script php artisan clear-compiled handling the post-update-cmd event returned with an error<br>
[RuntimeException]<br>
Error Output:
-<br><b class="lred">Answer: </b>
+<br><b class="blue">Answer: </b>
Install mcrypt installation;
<a href="http://coolestguidesontheplanet.com/install-mcrypt-php-mac-osx-10-10-yosemite-development-server/" target="_blanks">mcrypt Installation Steps</a>
-<br><b class="darkred"> Q7.</b> After following the required steps only the home page is working and some images are not shown properly.
- <br><b class="lred">Answer: </b>If you are facing this behavior first check whether you have enabled mod_rewrite module in apache webserver.
+<br><b class="blue"> Q7.</b> After following the required steps only the home page is working and some images are not shown properly.
+ <br><b class="blue">Answer: </b>If you are facing this behavior first check whether you have enabled mod_rewrite module in apache webserver.
<br>And also check whether you have set AllowOverride All in the Vhost configuration file in apache web server. <br>(e.g file location is /etc/apache2/sites-available/default and there should be two places where you want to change)
<br><pre><code>
<VirtualHost *:80>
@@ -65,11 +65,11 @@
CustomLog logs/pga--access_log common
</VirtualHost></code></pre>
<br>
-<br><b class="darkred"> Q8.</b> I get the Error message Permission Denied to app/storage directory.<br>
- <br><b class="lred">Answer: </b>Execute the following command and grant all permissions; <pre><code> sudo chmod -R 777 app/storage</code></pre>
+<br><b class="blue"> Q8.</b> I get the Error message Permission Denied to app/storage directory.<br>
+ <br><b class="blue">Answer: </b>Execute the following command and grant all permissions; <pre><code> sudo chmod -R 777 app/storage</code></pre>
-<br><b class="darkred"> Q9.</b> In Ubuntu environment when executing sudo composer update it fails with message "Mcrypt PHP extension required".
- <br><b class="lred">Answer: </b>To fix this install PHP mcrypt extension by following the below steps;
+<br><b class="blue"> Q9.</b> In Ubuntu environment when executing sudo composer update it fails with message "Mcrypt PHP extension required".
+ <br><b class="blue">Answer: </b>To fix this install PHP mcrypt extension by following the below steps;
<pre><code>sudo apt-get install php5-mcrypt</code></pre>
use locate mcrypt.so ,to get its locaton
locate mcrypt.ini and open the mcrypt.ini file
@@ -79,5 +79,5 @@
execute the command: sudo php5enmod mcrypt
Now restart the apache server again and test PGA web-interface.
-<br><b class="darkred"> Q10.</b> When tried to login or create a new user account an Error is thrown which is similar to PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from...
- <br><b class="lred">Answer: </b> If you face this kind of an error first check whether you have enabled PHP SOAP and OpenSSL extensions. If even after enabling them the issue is still occurring try updating the PHP OpenSSL extension. (Using command like yum update openssl)
\ No newline at end of file
+<br><b class="blue"> Q10.</b> When tried to login or create a new user account an Error is thrown which is similar to PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from...
+ <br><b class="blue">Answer: </b> If you face this kind of an error first check whether you have enabled PHP SOAP and OpenSSL extensions. If even after enabling them the issue is still occurring try updating the PHP OpenSSL extension. (Using command like yum update openssl)
\ No newline at end of file