Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmedievo/elmedievo
The website for the medieval server
https://github.com/elmedievo/elmedievo
elmedievo rails6 website
Last synced: 6 days ago
JSON representation
The website for the medieval server
- Host: GitHub
- URL: https://github.com/elmedievo/elmedievo
- Owner: ElMedievo
- Created: 2019-04-08T07:01:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T23:05:09.000Z (over 3 years ago)
- Last Synced: 2025-01-14T11:20:49.236Z (11 days ago)
- Topics: elmedievo, rails6, website
- Language: Ruby
- Homepage: https://elmedievo.org/
- Size: 11.5 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website
---This is the code that powers the website and backend services of ElMedievo.
Install the following services and configure them to run on their default ports:
* [Ruby 2.6.6](https://www.ruby-lang.org/en/).
* Windows: [Ruby Installer](https://github.com/oneclick/rubyinstaller2/releases/tag/RubyInstaller-2.6.6-2) is recommended. Default options should do fine.
* OS X: [RVM](http://rvm.io) is recommended over the default OS X Ruby. Here's a one-liner: `\curl -sSL https://get.rvm.io | bash -s stable --ruby`.
* [MySQL 14.14](https://www.mysql.com/) or later.
* [NodeJS 10.20.1](https://linuxize.com/post/how-to-install-node-js-on-ubuntu-18.04/) or later.
* [Yarn 1.22.4](https://linuxize.com/post/how-to-install-yarn-on-ubuntu-18-04/) or later. Website was built using rails version 6.0.2.2, so you will require Yarn for webpacker to function properly.