Skip to content

An open source CMS built with the power of Elixir, Phoenix and Postgresql.

License

Notifications You must be signed in to change notification settings

vicmargar/contento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contento

An open source CMS built with the power of Elixir, Phoenix and Postgresql.

Contento Admin Screenshot

Disclaimer

This project is currently a WIP and documentation, guides and more info is on it's way, stay tuned by staring this repo!

Many things may change before a stable version comes out, if you have any idea/suggestion/contribution, feel free to do it!

Find me (soon us I hope!) in #contento channel on Elixir Slack.

Getting Started

This info will be updated soon!

  1. Clone this repo wherever you'd like:
$ git clone https://github.com/contentocms/contento.git
  1. Install dependencies:
$ cd ./contento/
$ mix deps.get
  1. Install assets dependencies:
$ cd ./assets/
$ yarn install
  1. Create database and run migrations:
$ cd ../ # leaving assets dir
$ mix ecto.setup
  1. Run the server:
$ mix phx.server

After that you can access the website in http://localhost:4000 and login to admin in http://localhost:4000/login.

Default credentials are:

NOTE: Check ROADMAP.md for current features and what's expected to come next.

Contributing

Info for contributing to this project will be here soon, in the meanwhile just submit your PRs!

License

This project is licensed under the MIT license.

About

An open source CMS built with the power of Elixir, Phoenix and Postgresql.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published