Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 1.46 KB

README.md

File metadata and controls

55 lines (47 loc) · 1.46 KB

NEO Admin Portal

NEO Admin portal for developers

How to use

  • Install Meteor JS
  • Do meteor npm install inside the main folder
  • Start meteor with meteor run
  • You will have to install a MongoDB client (I use MongoBooster)
  • Use the tool to connect to your local database (localhost:3001)
  • Create the collection meteor_accounts_loginServiceConfiguration
  • Execute the following query
db.meteor_accounts_loginServiceConfiguration.insert({
 "service" : "slack",
 "clientId" : "your_slack_client_id",
 "secret" : "your_slack_secret",
 "loginStyle" : "popup"
});
  • You should now be able to use the script. However, slack requires you to specify a publicly available endpoint! Make sure you check your app settings on slack.

Roadmap

Version 0.1

  • Slack login
  • FAQ questions management
  • Admin portal interface
  • Admin portal interface NEO style

Version 0.2

  • Slack invite management
  • User profile management
  • Bot status page
  • Bot stop/start

Version 0.3

  • Suspicious user management (find bots/spammers/etc)
  • Reward management
  • User project management

Version 0.4

  • Integrate wallet system

Version 0.5

  • Pending