Skip to content

misli/rhw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Hack Week Management Application

Install dependencies

dnf install $(<requires)

Install rhw

python3 setup.py install

Post installation steps

rhw-manage collectstatic --noinput
rhw-manage migrate
rhw-manage postinst
for service in {httpd,memcached,sendmail}.service; do
    systemctl enable $service;
    systemctl start $service;
done

About

Red Hack Week Management Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published