{"id":20779630,"url":"https://github.com/smartlogic/smartnote","last_synced_at":"2026-04-22T11:02:42.299Z","repository":{"id":43649112,"uuid":"269679976","full_name":"smartlogic/smartnote","owner":"smartlogic","description":"SmartNote is a knowledge base system specifically geared for common development questions","archived":false,"fork":false,"pushed_at":"2023-01-05T11:35:45.000Z","size":655,"stargazers_count":1,"open_issues_count":10,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-07T02:39:51.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://smartnote.dev","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartlogic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-05T15:14:36.000Z","updated_at":"2022-03-16T13:56:01.000Z","dependencies_parsed_at":"2023-02-04T03:30:53.917Z","dependency_job_id":null,"html_url":"https://github.com/smartlogic/smartnote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlogic%2Fsmartnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlogic%2Fsmartnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlogic%2Fsmartnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlogic%2Fsmartnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartlogic","download_url":"https://codeload.github.com/smartlogic/smartnote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243120405,"owners_count":20239466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T13:28:59.636Z","updated_at":"2025-12-25T11:17:52.122Z","avatar_url":"https://github.com/smartlogic.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartNote\n\nSmartNote is an app to track internal documentation, starting with FAQs around development.\n\n## Setup\n\nFirst install these:\n\n- [asdf](https://asdf-vm.com/#/), which installs…\n  - [elixir](https://elixir-lang.org/install.html)\n  - [erlang](https://www.erlang.org/downloads)\n  - [nodejs](https://nodejs.org/en/download/)\n- [PostgreSQL 12](https://www.postgresql.org/)\n\nOnce those are installed you can setup the application. Check [`.tool-versions`](.tool-versions) for needed versions if installing manually.\n\n```bash\n# This installs elixir/erlang/nodejs at the versions required\nasdf plugin add elixir\nasdf plugin add nodejs\nasdf install\n\n# Install elixir dependencies\nmix deps.get\nmix compile\n\n# Install yarn and the rest of the javascript dependencies\nnpm install -g yarn\ncd assets \u0026\u0026 yarn install \u0026\u0026 cd ..\n\n# Create the database and migrate for dev \u0026 test\nmix ecto.create\nmix ecto.migrate\nMIX_ENV=test mix ecto.migrate.reset\n\n# Make sure tests pass\nmix test\n\n# See `Local Development` below to configure `.env.dev`\n# Once complete, run the server\nmix phx.server\n```\n\n## Local Development\n\nIn order to run locally, you'll need a `.env.dev` file with the following filled in:\n\n```\nGITHUB_ALLOWED_ORGANIZATIONS=comma,separated,list,of,github,orgs\nGITHUB_CLIENT_ID=...\nGITHUB_CLIENT_SECRET=...\n```\n\n[Create a GitHub OAuth application](https://github.com/settings/developers) and copy the client id and secret. Make sure the authorized redirect uri is `http://localhost:4000/auth/github/callback`.\n\n## Kubernetes\n\nTo migrate on kubernetes, find a pod and exec into it and run this:\n\n```bash\nsmart_note eval \"SmartNote.ReleaseTasks.Migrate.run()\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlogic%2Fsmartnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartlogic%2Fsmartnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlogic%2Fsmartnote/lists"}