1.5.0 • Published 6 years ago

xapi-url-shortener v1.5.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago

xAPI URL Shortener

A server for xAPI URL shortener

Build Status Renovate badge semantic-release Join the chat at https://gitter.im/LearningLocker/learninglocker Commitizen friendly

Installation

  1. Clone the repository git clone git@github.com:LearningLocker/url-shortener.git.
  2. Install dependencies npm install.
  3. Build the code npm run build.
  4. Run migrations npm run migrate.
  5. Start the server npm start.

Development

  1. Follow the installation procedure.
  2. Make your changes to the "src" directory.
  3. Build the code npm run build.
  4. Test the code npm test.
  5. Run the server npm start.
  6. Use the CLI npm link and xus --help.

Docker

You can use the steps below to install and run the xAPI URL Shortener.

  • Create a ".env" file using the ".env.example" file in this Github repository.
  • Pull the image from DockerHub docker pull learninglocker/url-shortener:master.
  • Run the image in a container docker run -d -p 8080:80 --name xus --env-file .env learninglocker/url-shortener:master.

To use the CLI you can use the steps below.

  • Enter the container docker exec -it xus bash.
  • Use the CLI xus --help.
1.5.0

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago