Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasspilka/repressed_museum
mock site
https://github.com/vasspilka/repressed_museum
Last synced: 25 days ago
JSON representation
mock site
- Host: GitHub
- URL: https://github.com/vasspilka/repressed_museum
- Owner: vasspilka
- Created: 2016-05-13T17:38:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T10:53:27.000Z (over 8 years ago)
- Last Synced: 2024-08-03T18:13:14.797Z (4 months ago)
- Language: CSS
- Homepage: http://emaa.gr
- Size: 3.89 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hanami - repressed_museum - A simple mostly static website, features basic i18n and docker integration (Hanami Project List / Play/Pet projects)
README
Repressed museum is a mock site for an exhibition help in may 2016 in Athens, the site can be seen live at http://emaa.gr
## Technical
Website made in ruby's Hanami web framework, to run locally
```bash
$ git clone https://github.com/vasspilka/repressed_museum.git
$ cd repressed_museum
$ bundle install
$ bundle exec hanami db migrate
$ bundle exec hanami serve
```Alternatively can be run through docker with `docker-compose`
```bash
$ git clone https://github.com/vasspilka/repressed_museum.git
$ cd repressed_museum
$ docker-compose build
$ docker-compose up
```