Cloud Migration Web UI

Dorin Paslaru 583fa4847f Merge pull request #327 from smiclea/replica-update 7 jaren geleden
flow-typed 9eb32c4b6a Add e2e integration tests using Cypress 8 jaren geleden
private 7bf4a920df Remove special characters from file names 7 jaren geleden
public 0d39a85837 Coriolis with Atomic design implementation 8 jaren geleden
server 007806946a Use clearer Azure Migrate invalid auth. message 7 jaren geleden
src 583fa4847f Merge pull request #327 from smiclea/replica-update 7 jaren geleden
.babelrc 7c2332e6d3 Replace alt.js with MobX for state management 8 jaren geleden
.dockerignore 4cee086424 Added Dockerfile 8 jaren geleden
.editorconfig 0d39a85837 Coriolis with Atomic design implementation 8 jaren geleden
.eslintignore 2dc2dd39d5 Add 'Planning' page with Azure Migrate support 8 jaren geleden
.eslintrc e8d9e32b3b Improve layout of instances list 7 jaren geleden
.flowconfig 7c2332e6d3 Replace alt.js with MobX for state management 8 jaren geleden
.gitignore 9eb32c4b6a Add e2e integration tests using Cypress 8 jaren geleden
Dockerfile 0d39a85837 Coriolis with Atomic design implementation 8 jaren geleden
LICENSE 0d39a85837 Coriolis with Atomic design implementation 8 jaren geleden
README.md 6083c657a6 Added license shield 7 jaren geleden
cypress.json 8183477455 Cypress `wait` commands refactor, Electron support 7 jaren geleden
package.json 1c33b84e3f Implement source options support 7 jaren geleden
server.js c3af7b1c18 Refactor NodeJS Server ES5 code to ES6 8 jaren geleden
webpack.config.js 3fbf97f0d6 Use a javascript source map for production builds 7 jaren geleden
yarn.lock 87cc80c137 Cleanup React components constructor 7 jaren geleden

README.md

Coriolis Web

Web GUI for coriolis

Install instructions

  • node >=6.x and yarn are required
  • clone repo
  • run yarn install or yarn install --production to install packages and dependencies for development or production mode
  • change the coriolisUrl variable in ./src/config.js to match the Coriolis Server path

Build instructions

  • run yarn build
  • run node server.js to start the server

Your server will be running at http://localhost:3000/

Testing

  • unit tests can be run using yarn test
  • e2e integration tests can be run using yarn cypress. First though, you have to create the private/cypress/config.js file using private/cypress/config.template.js as a template and then run yarn build and node server.

Development mode

  • run yarn start to start local development server

Your development server will be running at http://localhost:3000/

This should be used only for development, as it contains live-reload and other development tools.

You can view some of the UIs components in the Storybook by running yarn storybook