See the Nexus repository for instructions on setting up the UI portion of nexus+pylon
.
- Install Ruby with your favorite method. See
.ruby-version
for the required version. We recommendchruby
andruby-install
- Run
bundle install
to ensure all gems are installed and present. - To get setup with a login, run
rails db:setup
. - Execute
rails server
to run the server on port3000
. NOTE You should run this first and then run the client UI in a second session so the UI will run on port3001
You Must Construct Additional Pylons