Skip to content

Raniac/NEURO-LEARN-DOCKER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo


NEURO-LEARN-DOCKER

Before you start, feel free to read our article about NLD! :-)

Quick Start

中文使用文档详见Getting Started with NEURO-LEARN.

Fast Deployment

# In the case of standalone deployment, the following ips are the same
# which is the ip of the deployed host
root@machine:/$ echo "{host ip for ml-service} ml.neurolearn.com" >> /etc/hosts
root@machine:/$ echo "{host ip for sa-service} sa.neurolearn.com" >> /etc/hosts
root@machine:/$ echo "{host ip for sgn-service} sgn.neurolearn.com" >> /etc/hosts
root@machine:/$ echo "{host ip for db-server} db.neurolearn.com" >> /etc/hosts
root@machine:/$ echo "{host ip for hdfs-master} hdfs.neurolearn.com" >> /etc/hosts
# Open a terminal on the host, change directory to NEURO-LEARN-DOCKER/utils
user@machine:~/NEURO-LEARN-DOCKER/utils$ docker-compose up -d
# To stop the containers
user@machine:~/NEURO-LEARN-DOCKER/utils$ docker-compose down

NOTE that NEURO-LEARN-DOCKER requires a deployed MySQL database server with corresponding tables. Starting fresh, one needs to follow the instructions mentioned in wiki to initiate the database.

Client Configuration

# Configure the ip for api-service apis
root@machine:/$ echo "120.79.49.129 api.neurolearn.com" >> /etc/hosts
# Remember to configure the security options to allow insecure mixed contents
# Now open a browser and type the address https://raniac.github.io/neuro-learn-website/
# VOILA!

NLD Microservices Framework

framework

NLD Continuous Integration

continuous_integration

NLD Website UI

中文使用文档详见Getting Started with NEURO-LEARN.

Home

home

Login

login

Profile

profile

Projects Overview

projects-overview

Projects Data

projects-data

New Projects

new-project

New ML Task

new-ml-task

New SA-DA Task

new-sa-da-task

New SA-CA Task

new-sa-ca-task

New SGN Task

new-sgn-task

Analysis Overview

analysis-overview

Analysis Submissions

analysis-submissions

Analysis Viewer

analysis-viewer

About

Microservice & DevOps Hands-On with NEURO-LEARN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published