Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbeshai/rhombus
Rhombus Classroom Synchronous Participation System
https://github.com/pbeshai/rhombus
Last synced: about 2 months ago
JSON representation
Rhombus Classroom Synchronous Participation System
- Host: GitHub
- URL: https://github.com/pbeshai/rhombus
- Owner: pbeshai
- Created: 2014-08-17T04:24:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T17:19:44.000Z (over 10 years ago)
- Last Synced: 2024-10-22T11:31:22.857Z (3 months ago)
- Language: Shell
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Check out project
2. Run git submodule update --init --recursive from the root directory
3. Run ant in Clicker server and ID server to build them
4. Run npm install on rhombus-grunt-socket-server
5. Launch servers by running start_servers.sh
6. Launch web app by typing "grunt dev" in the web app directoryIt looks like my configuration of submodules isn't great. I often get "detached HEAD" when trying to initialize the submodules. This seems to get fixed by going to each submodule, doing a "git checkout master" then "git submodule update --init --recursive" (note that you may have to do this in the framework subdirectories of the rhombus-web projects).