Displaying differences for changeset
 
display as  

config.yml

@@ -10,7 +10,7 @@
 # The current version of your application.  This will be advertised
 # through your REST API, and should take the form
 # "<major_version>.<minor_version>.<patch>".
-version: 0.5.4
+version: 0.5.5
 
 # The kind of application.  Currently eRAMS supports two kinds of applications, `system` and `app`.
 # System apps have pre-configured installation and configurations, while all `app` applications are

deploy/publish/files/start.sh

@@ -30,6 +30,7 @@
 rm -f /usr/lib/cgi-bin/mapserv.fcgi
 ln -s /usr/lib/cgi-bin/mapserv /usr/lib/cgi-bin/mapserv.fcgi
 
+nohup redis-server &
 service apache2 start
 
 echo "You may now connect to http://localhost to run catena-gis"

static/er2_eofDB/js/actions/manageProjects.tsx

@@ -64,7 +64,7 @@
                 } else {
                     let updated_project_members =
                         result["updated_project_members"]
-                    console.log(
+                    console.debug(
                         "Successfully retrieved updated project members from database, updated_project_members =====>",
                         updated_project_members
                     )

static/er2_eofDB/js/containers/app.tsx

@@ -262,8 +262,6 @@
     const { fetchState } = actions
     const [userRoleConservationist, setUserRoleConservationist] = React.useState(false)
 
-    console.log({token: token.value})
-
     useEffect(() => {
         if (keycloak.authenticated && userState) {
             const currentToken = userState.currentToken

static/package.json

@@ -1,6 +1,6 @@
 {
   "name": "er2_eofdb",
-  "version": "0.5.4",
+  "version": "0.5.5",
   "target": "web",
   "module": "index.js",
   "license": "MIT",