Cloud Migration Web UI

Sergiu Miclea 604b2387f5 Hide the 'secret_access_key' in AWS Endpoint Page há 7 anos atrás
flow-typed 9eb32c4b6a Add e2e integration tests using Cypress há 8 anos atrás
private 4629e3c7fa Fix and update Cypress End To End tests há 7 anos atrás
public 0d39a85837 Coriolis with Atomic design implementation há 8 anos atrás
server 2d9e81fedd View current license information and add new ones há 7 anos atrás
src 604b2387f5 Hide the 'secret_access_key' in AWS Endpoint Page há 7 anos atrás
.babelrc 7c2332e6d3 Replace alt.js with MobX for state management há 8 anos atrás
.dockerignore 4cee086424 Added Dockerfile há 9 anos atrás
.editorconfig 0d39a85837 Coriolis with Atomic design implementation há 8 anos atrás
.eslintignore 2dc2dd39d5 Add 'Planning' page with Azure Migrate support há 8 anos atrás
.eslintrc e8d9e32b3b Improve layout of instances list há 7 anos atrás
.flowconfig 7c2332e6d3 Replace alt.js with MobX for state management há 8 anos atrás
.gitignore 9eb32c4b6a Add e2e integration tests using Cypress há 8 anos atrás
Dockerfile 0d39a85837 Coriolis with Atomic design implementation há 8 anos atrás
LICENSE 0d39a85837 Coriolis with Atomic design implementation há 8 anos atrás
README.md 6083c657a6 Added license shield há 7 anos atrás
config.js ac54eac0c6 Add AWS as destination options provider há 7 anos atrás
cypress.json 32b0c10d24 Increased requestTimeout to 10s há 7 anos atrás
package.json 849333963c Bump version há 7 anos atrás
server.js c3af7b1c18 Refactor NodeJS Server ES5 code to ES6 há 8 anos atrás
webpack.config.js 3fbf97f0d6 Use a javascript source map for production builds há 7 anos atrás
yarn.lock 2d9e81fedd View current license information and add new ones há 7 anos atrás

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