Skip to content

igemlund/wiki2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iGEM Lund wiki 2019

Editing guide

This is a guide for anyone in the team who wants to make edits to the wiki. If you want to edit layout or make other extensive edits you will have to clone the github repo using git. Then run "npm install in order to download the required packages. Then run "npm start" in order to start the dev-server.

I want edit an existing page... (without having to download or install any software)

...and it is urgent.

  1. Visit the wiki and navigate to the page you want to edit.
  2. Sign in and press "wiki tools" and then "Edit".
  3. Edit the html code. You can press "preview" to make sure you did't make any mistakes.
  4. Press "Save" to save your edits.
  5. In order not to have your edits overwritten when someone updates the pages with new code fro github, it is important that you edit the corresponding page on github aswell. Go to the corresponding page in app/pages/
  6. To edit the file, press the small pen in the upper right corner. Make the same edits you made at wiki . Do NOT copy/paste the whole page.
  7. To save your edits, press the button labeled "Commit changes".

...and it is NOT urgent.

  1. Go to the page you want to edit in app/pages/
  2. To edit the file, press the small pen in the upper right corner.
  3. To save your edits, press the button labeled "Commit changes".
  4. Your edits will show up on the wiki whenever someone updates the whole page.

I want to add a new page

  1. Go to the pages folder app/pages/
  2. Press "Create new file".
  3. Copy/past the contents from a similar file in app/pages/.
  4. To save your edits, press the button labeled "Commit changes".

I want to update an existing figure.

  1. Find the figure you want to update, right click and press "open in new tab", you will find the name of the image in the address-bar. It will be called T--Lund--xxxxx.xxx. Where xxxxxxx.xx is the name of the file.
  2. Go to https://2019.igem.org/File:T--Lund--xxxxxxxx
  3. Press the link called "Update a new version of this file"
  4. Select new version of the file and press "Upload file".

I want make edits using a local dev-server.

  1. Install git and npm.
  2. Clone the repo using git: git clone https://github.com/igemlund/wiki2019.
  3. Navigate to the folder wiki2019: cd wiki2019.
  4. Install required packages: npm install.
  5. Start dev-server: npm start.
  6. Edit the files you want to.
  7. Don't forget to commit you changes.

About

The official wiki for iGEM Lund 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published