Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janjaap/informaat
Informaat job application demo page
https://github.com/janjaap/informaat
Last synced: 1 day ago
JSON representation
Informaat job application demo page
- Host: GitHub
- URL: https://github.com/janjaap/informaat
- Owner: janjaap
- Created: 2013-09-20T20:03:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T15:34:12.000Z (about 11 years ago)
- Last Synced: 2023-03-24T02:02:26.259Z (over 1 year ago)
- Language: Puppet
- Homepage:
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
informaat
=========Informaat job application demo page
_Note: this page has not been tested on a Windows platform as well as Windows browsers_
## Installation
Getting a development environment up and running is relatively straightforward.
### Dependencies
Before you start, you need to have the following installed. These are not dependencies for the application itself, but they are dependencies for getting the development environment to work. Note that the dependencies have been tested on OSX 10.8 and not in a Windows environment.
* [Ruby](http://www.ruby-lang.org/en/downloads/)
* [Vagrant 1.2.2](http://downloads.vagrantup.com/)
* [Oracle VirtualBox 4.2.16](https://www.virtualbox.org/wiki/Downloads)### Clone the repository
Clone the repository on your local machine.
git clone --recursive [email protected]:janjaapc/informaat.git informaat
### Initialize the vagrant instance
Change into the directory of the informaat repository, and bring up the vagrant instance.
cd informaat
vagrant upRunning this for the first time can take a while to complete. Once the command completes you should have a development server running on your local machine.
### Accessing the instance
The site is accessible by visiting `http://informaat.dev` in your browser (make sure this hostname points to 33.33.33.10 in your hosts file). You can SSH into the instance by running the following from the directory where you cloned the repository.
vagrant ssh
## Compiling stylesheetsAll style rules are located in the `src/scss` folder and, when compiled, will be accessible from `public/css/informaat.css`. If ruby, sass, compass as well as sass-globbing are installed outside the vagrant instance, the css can be compiled by running `./compile_scss.sh` from the command line. If those dependencies have not been installed, you can ssh into the instance (as described above) and run the same command.