Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
totem
website
Commits
0289395c
Commit
0289395c
authored
Feb 17, 2021
by
Mark Swillus
Committed by
Maarten de Waard
Feb 17, 2021
Browse files
Update readme
parent
4c0bab12
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0289395c
Simple website to show TOTEM to the world.
## Setting up
### Requirements
*
ruby
Can be installed using you distributions packet manager or
[
ruby version manager
](
https://rvm.io
)
.
In case your locally installed verions of ruby doesn't work,
try to use rvm with ruby 2.4.2
```
rvm install ruby-2.4.2
rvm use 2.4.2
```
*
rubygem-bundler
install bundler using your local packet manager or
```
gem install bundler
```
### Start
To see the website, clone this repository and type the following commands:
```
$ bundle install --path vendor/bundle # Install dependencies
$ rake getcourses # Get course data from edX
$ bundle exec middleman serve # Start development web server
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment