KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
hourglass
★ 13
Open GitHub ↗
Web-based exam server.
Download README (.md)
Explore Similar Repositories
poppler-lcd-patch
:
PDF rendering library with sub-pixel engine to increase the apparent resolution of LCD display
NMT
:
基于seq2seq的机器翻译模型
suffix_array
:
suffix array construction and searching algorithms for in-memory binary data.
js
:
轮播图
snap
:
🤑 Automatically rebalancing decentralized trust-less crypto funds🤞.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hourglass
?
Download (.md)
# Hourglass Web-based exam server. Sister project of [Bottlenose][bottlenose]. [Anomaly Detection Progress](ANOMALIES.md) ## Development Environment Setup A `shell.nix` is provided which should get you a reproducible environment for running hourglass. [More info about Nix][nix]. It will also setup postgres to store data locally. Once in the `nix-shell` environment, run `bundle install` to install gems locally. You can then run `start_postgres` and `stop_postgres` to control the local postgres server. ## Webpack and relay dev servers Webpack is configured with Hot Module Reloading, start the dev server with `yarn webpack-dev`. The relay dev server can be started with `yarn relay-dev`. ## Manual Database setup Hourglass expects postgresql. Databases can be created with `rails db:create` and the schema is loaded with `rails db:schema:load`. To setup the database with our development records, run `rails db:populate`. [bottlenose]: https://github.com/CodeGrade/bottlenose [nix]: https://nixos.org/nix/