lter / lterwg-som-shiny

Shiny app of the LTER SOM working group
2 stars 1 forks source link

Adding comment tab (adds GitHub issues) #13

Closed nathanhwangbo closed 4 years ago

nathanhwangbo commented 4 years ago

The implementation revolves around a new dummy account we made with username "shiny-som".

I sent a file called machine_git_token.txt on slack. In order to get the app to work, please put this file into the "shiny_SOM" folder (the same folder as ui.R, server.R).

This account has access to the entire repo, so we want to keep it secure. Please don't push the machine_git_token.txt file to the repo (eventually, we'll keep it on the server where the app is housed)

Closes #10

ps: sorry, not sure why the diff shows that the entire server.R / ui.R got removed and then added back

srearl commented 4 years ago

@nathanhwangbo @piersond I added a .gitignore file to the repo with my commit of the last tarball. If I understand the git token situation, we should add that file to the .gitignore to avoid merge conflicts.

nathanhwangbo commented 4 years ago

Already done! see ae6709e