This repository contains the documentation and the source code of Edools main theme, Elegance. The full code is comming soon but you can already check our filters documentation
No HeroDocker:
$ make provision-elegance
$ make run-elegance
Para acessar o tema:
- Entre na URL
http://demo.edools-dev.com:3000
- Utilize o seguinte login/senha:
montgomery.burns@edools.com
/edools1234
Para forçar a mudança do tema usado pela escola no Core:
- Acesse o bash do Core (no HeroDocker):
$ make bash-core
- Execute o console do Rails:
$ rails c
- Execute o comando:
School.find(1).update(theme_id: 1)