Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psnappz/team-bi0s.github.io
- Owner: PSNAppz
- License: apache-2.0
- Created: 2015-08-10T17:11:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T17:49:15.000Z (about 9 years ago)
- Last Synced: 2024-05-01T13:56:37.459Z (6 months ago)
- Language: JavaScript
- Homepage: http://web.initlabs.co.in/
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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//