Skip to content

A Wiki for students to share helpful bits on the various sprints

Notifications You must be signed in to change notification settings

just1jp/code-wiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Fork and then clone this repo to your local development environment. Check to see if MySQL is installed:

type -a mysql

If you don't have mysql installed, follow this: https://dev.mysql.com/doc/refman/5.6/en/osx-installation-pkg.html

Once MySQL is installed, start up your MySQL server:

mysql.server start

Create a new database called "wiki":

mysql -u root -p

When prompted for a password, just click 'enter'.

quit;```

Install application dependencies.  

```npm install```

Start up a server on port 3000.

```npm start```

To show down your mysql server:

```mysql.server stop```

About

A Wiki for students to share helpful bits on the various sprints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.6%
  • CSS 13.8%
  • HTML 0.6%