Skip to content

inognet/inog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iNOG main website

Repository for the homepage of Ireland's Network Operator Group.

We welcome and love all pull requests! Please, however, test your changes below and also ensure you are using lazy loading classes on all images and videos.

Please use the supplied devserver.sh script in the directory to start a python server on port 8000 or if you prefer to use the one liner below (which doesn't check the python version but runs on privileged port 80 and adds a hosts entry for localinog.net development [not SSL'd])

if [ -n "$(grep -i localinog /etc/hosts)" ]; then echo "Hosts file already has entry for localinog"; else sudo sh -c "echo '127.0.0.1 localinog.net' >> /etc/hosts"; fi && cd pub && sudo python -m SimpleHTTPServer 80 && sudo sh -c "echo '127.0.0.1 localinog.net'"

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages