Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psnappz/team-bi0s.github.io

Init Lab is a security startup company for security training and penetration testing
https://github.com/psnappz/team-bi0s.github.io

Last synced: about 10 hours ago
JSON representation

Init Lab is a security startup company for security training and penetration testing

Awesome Lists containing this project

README

        

# Initlabs
Welcome to the Jekyll website

## Development
### Install [rvm](https://rvm.io/)
```bash
$ curl -sSL https://get.rvm.io | bash -s stable
```
### Install ruby v2.2.2 and site requirements
```bash
$ rvm install ruby-2.2.2
$ gem install bundle
$ gem install jekyll
```
### Install GNU/Linux dependencies
```bash
$ sudo apt-get install nodejs
```

### Build and serve site
```bash
$ jekyll build
$ jekyll serve
```
Now jekyll would serve in http://0.0.0.0:4000//