Regarding Primero user customization GSoC 2020

I ran each of the above mentioned command separately and after that rails -s

https://pastebin.com/31xbWwRC

As a sanity check please paste the contents of your ~/.bashrc file

Sure!

Contents of ~/.bashrc file : https://pastebin.com/nB2CJXFd

Also, I use ZSH so here is my zshrc file: https://pastebin.com/96yvuAjH

Since you are calling zsh before the env is exported from bash you either need to revert back to the bash shell (where you have the environment being exported)

chsh -s /bin/bash

or add the exports to your ~/.zshrc

$ echo "export PRIMERO_SECRET_KEY_BASE=PRIMERO_SECRET_KEY_BASE" >> ~/.zshrc
$ echo "export DEVISE_SECRET_KEY=DEVISE_SECRET_KEY" >> ~/.zshrc
$ echo "export DEVISE_JWT_SECRET_KEY=DEVISE_JWT_SECRET_KEY" >> ~/.zshrc

Thanks a lot Ian :slight_smile:

I finally got it running

I want to discuss the proposal and project idea with you and other mentors. Can I send you a direct message or mail?

Once again thanks a lot :grin:

Why not start a new thread on here with your ideas?

Most people involved with GCoC are on here and will jump in if its interesting enough :wink:

Sure! Thank You. @irlawrence