https://github.com/darkleaf/publicator
https://github.com/darkleaf/publicator
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkleaf/publicator
- Owner: darkleaf
- Created: 2017-08-30T08:11:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T18:15:33.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T10:43:37.231Z (10 months ago)
- Language: Clojure
- Size: 1.9 MB
- Stars: 18
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/darkleaf/publicator/tree/master)
# Demo
https://darkleaf-publicator2.herokuapp.com/
# Версии
+ [1.0](https://github.com/darkleaf/publicator/tree/1.0)
+ [2.0 / current](https://github.com/darkleaf/publicator/tree/master)
+ [3.0 / under development](https://github.com/darkleaf/publicator/tree/3.0)
В версии 3.0 для моделирования агрегатов используется [datascript](https://github.com/tonsky/datascript/)
# Разработка в docker
+ `docker-compose run --rm --service-ports app sh`
+ перейти в подпроект, например `cd core`
+ `clojure -Adev:repl` или `clojure -Adev:cider`
# Запуск в docker
+ `docker-compose run --rm --service-ports app sh`
+ `cd main`
+ `clojure -Astart`
+ http://localhost:4446/
# Heroku deploy
+ `docker-compose run --rm --service-ports app sh`
+ `cd main`
+ `clojure -Auberjar`, выполняется долго из-за docker
+ выйти в из docker
+ `cd main`
+ `heroku deploy:jar main.jar`