{"id":21067371,"url":"https://github.com/zefhemel/adia","last_synced_at":"2025-05-16T03:32:17.524Z","repository":{"id":66707496,"uuid":"419486","full_name":"zefhemel/adia","owner":"zefhemel","description":"A Clojure Web application framework","archived":false,"fork":false,"pushed_at":"2012-04-30T07:53:06.000Z","size":124,"stargazers_count":31,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-04-13T21:31:14.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zefhemel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-12-11T07:00:15.000Z","updated_at":"2019-04-16T12:45:17.000Z","dependencies_parsed_at":"2023-02-20T09:35:27.248Z","dependency_job_id":null,"html_url":"https://github.com/zefhemel/adia","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefhemel%2Fadia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefhemel%2Fadia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefhemel%2Fadia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefhemel%2Fadia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zefhemel","download_url":"https://codeload.github.com/zefhemel/adia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225402686,"owners_count":17468837,"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-19T18:06:39.977Z","updated_at":"2024-11-19T18:06:40.608Z","avatar_url":"https://github.com/zefhemel.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"Adia is a web language developed using Clojure. It currently uses MongoDB for data storage.\n\nInstallation instructions\n=========================\n\nFirst, install [leiningen](http://github.com/technomancy/leiningen), e.g. by [following these instructions](http://zef.me/2470/building-clojure-projects-with-leiningen). Then, install [MongoDB](http://www.mongodb.org) if you haven't already. Launch the MongoDB server.\n\nThen, `cd` to the directory where you keep your git repositories, then clone\nAdia's git repository and let leiningen download all its dependencies:\n\n    git clone git://github.com/zefhemel/adia.git\n    cd adia\n    lein deps\n\nEdit the `bin/adia` script and change the ADIA_PATH variable, e.g.:\n\n    ADIA_PATH=~/mygit/adia\n\nMake sure the `adia` script is executable and on your PATH (or just type in the path to the script every time, if you prefer):\n\n    chmod +x bin/adia\n    export PATH=$PATH:~/mygit/adia/bin\n\nNow you can create a new project somewhere:\n\n    adia new\n\nThis will ask for a project name, for instance `helloworld`. Then cd into that directory and run it:\n\n    cd helloworld\n    adia run\n\nA server will now be started at port 8080, go to [http://localhost:8080](http://localhost:8080) to see your application running. \n\nExamples\n========\n\nSee `examples/wiki` for a very simple wiki application. You can run this application similarly:\n\n    cd ~/mygit/adia/examples/wiki\n    adia run\n\nDocumentation\n=============\n\nSorry, the documentation is *very* limited right now.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefhemel%2Fadia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzefhemel%2Fadia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefhemel%2Fadia/lists"}