Skip to content

lonegather/MtoU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maya to Unreal Pipeline Tools

Server Builds (Docker Container)

Build and run locally

docker build -f Dockerfile_Local -t mtou .
docker run -d -p 8000:80 mtou

Go to 127.0.0.1 to see if it works

Server initialization

docker exec -it container_name /bin/bash
cd /home/docker/code/app
python3 manage.py collectstatic
python3 manage.py makemigrations --empty app_name
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py setup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages