Cloud Migration Web UI

Dorin Paslaru b9d3c92f8b Merge pull request #413 from smiclea/promise-to-await hace 6 años
flow-typed 9eb32c4b6a Add e2e integration tests using Cypress hace 8 años
private 1a9fe1b19d Fix progress text getting outside of panel bounds hace 6 años
public 0d39a85837 Coriolis with Atomic design implementation hace 8 años
server 2d9e81fedd View current license information and add new ones hace 7 años
src b9d3c92f8b Merge pull request #413 from smiclea/promise-to-await hace 6 años
.babelrc 7c2332e6d3 Replace alt.js with MobX for state management hace 8 años
.dockerignore 4cee086424 Added Dockerfile hace 8 años
.editorconfig 0d39a85837 Coriolis with Atomic design implementation hace 8 años
.eslintignore 2dc2dd39d5 Add 'Planning' page with Azure Migrate support hace 8 años
.eslintrc e8d9e32b3b Improve layout of instances list hace 7 años
.flowconfig 7c2332e6d3 Replace alt.js with MobX for state management hace 8 años
.gitignore 9eb32c4b6a Add e2e integration tests using Cypress hace 8 años
Dockerfile 1948ecacc7 Bump node version to 12.5.0 hace 6 años
LICENSE 0d39a85837 Coriolis with Atomic design implementation hace 8 años
README.md 6083c657a6 Added license shield hace 7 años
config.js fa135777dc Dynamically detect if a provider has env options hace 6 años
cypress.json 32b0c10d24 Increased requestTimeout to 10s hace 7 años
package.json cfedce30ff Bump version hace 6 años
server.js c3af7b1c18 Refactor NodeJS Server ES5 code to ES6 hace 8 años
webpack.config.js 3fbf97f0d6 Use a javascript source map for production builds hace 7 años
yarn.lock 7e4bf793e1 Bump lodash from 4.17.4 to 4.17.13 hace 6 años

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