Skip to content

jder/orisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9ce071 · Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Feb 8, 2020
Feb 27, 2020
Dec 2, 2021
Dec 2, 2021

Repository files navigation

Orisa

A quick hack building a Lua-based MOO in Rust with a React UI.

Running Locally

  • Clone killpop next to orisa.

  • Install Yarn.

  • Install rustup.

  • From client/ run yarn start.

  • From server/ run cargo run.

    • or maybe install systemfd and use something like RUST_BACKTRACE=1 RUST_LOG=INFO systemfd --no-pid -s http::8080 -- cargo watch -x run

Running on a server

  • Clone killpop next to orisa.
  • Clone gamebot next to orisa.
  • docker-compose up --build will build & run two containers and expose on port 8080. Note that the config and dockerfiles are aimed at production use, not development.