Skip to content

Latest commit

 

History

98 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Munity

logo-munity

Munity is an open source framework/boilerplate, easily and highly customizable.

Documentation (in progress)

https://doc.munityapps.com

Start Munity, the easy way

cp ./env.sample ./.env
./scripts/start.sh

Start Munity step by step

Start Munity services

docker-compose up -d

Create your database and migrate

docker-compose exec db psql -U munityapps -c "create database munity"
docker-compose exec api python manage.py migrate

Database is now available, restart API

docker-compose restart api

Create your first user

docker-compose exec api python manage.py createsuperuser

Start frontend

cd app ; yarn install ; yarn start

About

Munity is an open source platform, easily and highly customizable.

Resources

Security policy

Stars

14 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages