Skip to content

Instantly share code, notes, and snippets.

View Mrcomputer1's full-sized avatar

Mrcomputer1 Mrcomputer1

  • Australia
  • 07:21 (UTC +10:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Mrcomputer1 on github.
  • I am mrcomputer1 (https://keybase.io/mrcomputer1) on keybase.
  • I have a public key whose fingerprint is 66A9 D404 D63B 5C17 80ED 47E3 ACF1 811F 542B BE38

To claim this, I am signing this object:

@Mrcomputer1
Mrcomputer1 / AdvancedOfftopics.css
Created January 13, 2016 09:48
Advanced Offtopics Light Theme User Style
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("advancedofftopics.gwiddle.co.uk") {
body, #Frame{
background-color: white;
}
body{
color: #000;
}
#Head{
@Mrcomputer1
Mrcomputer1 / gist:8dd2b08a77feafdeadf3
Last active January 4, 2016 07:30
Installing Mrcomputer1 Forums on Heroku
1. Deploy to heroku (http://mrcomputer1forums.github.io/heroku)
2. Enter a name
3. Press the big purple button
4. Wait
5. Press view and enter a username and password then install now
6. Install (if you don't have it) heroku toolbelt (https://toolbelt.heroku.com/)
NOTE: You may have to "git init" the folder if the below does not work
7. Run "heroku git:remote -a (name)" in a blank folder
8. Run "git pull heroku master"
9. Edit Forum/forum_settings.py