Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 662 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 662 Bytes

wercker status

Ethereum.org site

The main Ethereum website built with Meteor.

Find out more:

https://ethereum.org

http://wiki.ethdev.com

##Admin In order for admin to work you'll need to set up a default admin user. To do that add a setting file e.g config/settings.json (must be gitignored) with the contents similar to:

{
  "DEFAULT_ADMIN_ACCOUNT": "<email>:<password>"
}

Then start Meteor with

meteor --settings config/settings.json