Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 572 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 572 Bytes

Lagrange server

lagrange-server is the Python Backend for lagrange platform

Backend Deployment

create your own .env

copy .env.template to .env

update the filed to your own value.

Start the server

chmod +x run-server.sh
./run-server.sh

You need to change the DOMAIN value to your ip, if you want to deploy it as a server on production

Frontend Deployment

cd web
docker build -t lagrangedao/lagrange-dao-web . 
docker run  -p 8082:8082 lagrangedao/lagrange-dao-web

Now you can visit the site at http://127.0.0.1:8082