To start the application:
- Install dependencies with
make deps
- Create and migrate your database with
make migrate
- Start the application with
make run
ormake i
Now you can visit localhost:4000 from your browser.
To create a topic model & migration files.
$ mix phx.gen.schema Topic topic title:string
To run postgresql
with docker
$ docker run -itd \
-e POSTGRES_USER=rakon \
-e POSTGRES_PASSWORD=rakon \
-p 5432:5432 \
--name postgresql \
postgres:latest
For transparency into our release cycle and in striving to maintain backward compatibility, Rakon
is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.
See the Releases section of our GitHub project for changelogs for each release version of Rakon
. It contains summaries of the most noteworthy changes made in each release.
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/rakon/issues
If you discover a security vulnerability within Rakon
, please send an email to hello@clivern.com
We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.
© 2022, Clivern. Released under MIT License.
Rakon is authored and maintained by @clivern.