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
85102213
Commit
85102213
authored
Feb 17, 2021
by
Maarten de Waard
🤘🏻
Browse files
Merge branch 'update-readme' into 'master'
Update readme See merge request totem/website!62
parents
312bad0a
0289395c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
85102213
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