GithubHelp home page GithubHelp logo

olympikesoft / opensupports Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opensupports/opensupports

0.0 1.0 0.0 4.77 MB

OpenSupports is an open source ticket system

Home Page: http://www.opensupports.com/

License: GNU General Public License v3.0

JavaScript 30.98% CSS 3.53% HTML 7.04% PHP 14.50% Shell 0.04% Ruby 4.97% Makefile 0.06% Dockerfile 0.02% TSQL 38.87%

opensupports's Introduction

OpenSupports

Build Status v4.5.0

OpenSupports is an open source ticket system built primarily with PHP and ReactJS. Please, visit our website for more information: http://www.opensupports.com/

Requirements

  • PHP 5.6+
  • MySQL 4.1+

Development

Here is a guide of how to set up the development environment in OpenSupports.

Getting up and running FRONT-END (client folder)

  1. Update: sudo apt-get update
  2. Clone this repo: git clone https://github.com/opensupports/opensupports.git
  3. Install node 4.x version:
    • sudo apt-get install curl
    • curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
    • sudo apt-get install -y nodejs
  4. Install npm: sudo apt-get install npm
  5. Go to client: cd opensupports/client
  6. Install dependencies: npm install
  7. Rebuild node-sass: npm rebuild node-sass
  8. Run: npm start (PHP server api it must be running at :8080)
  9. Go to the main app: http://localhost:3000/app or to the component demo http://localhost:3000/demo
  10. Your browser will automatically be opened and directed to the browser-sync proxy address.
  11. Use npm start-fixtures to enable fixtures and not require php server to be running.

OpenSupport uses by default the port 3000, but this port could already be used. If this is the case, you can modify this in the file: client/webpack.config.js.

Production Task

Just as there is a task for development, there is also a npm build task for putting the project into a production-ready state. This will run each of the tasks, while also adding the image minification task discussed above and the result store in dist/ folder.

Reminder: Notice there is index.html and index.php. The first one searches the backend server where config.js says it, the second one uses /api to find the server. If you want to run OpenSupports in a single server, then use index.php.

Frontend Unit Testing

  1. Do the steps described before.
  2. Install mocha: npm install -g [email protected]
  3. Run npm test to run the tests.

Getting up and running BACK-END (server folder)

  1. Install Docker CE
  2. Go to the server folder: cd opensupports/server
  3. Run make build to build the images
  4. Run make install to install composer dependencies
  • make run runs the backend and database
  • make stop stop backend and database server
  • make log show live server logs
  • make db access to mysql database console
  • make sh access to backend docker container bash
  • make test run phpunit tests
  • make doc to build the documentation (requires apidoc)

Server api runs on http://localhost:8080/ Also, there's a phpmyadmin instance running on http://localhost:6060/, you can access with the username root and empty password

Building

Once you've installed dependencies for frontend and backend, you can run ./build.sh and it will generate a zip file inside dist/ ready for distribution. You can use this file to install OpenSupports on a serving following the installation instructions

BACKEND API RUBY TESTING
  1. Go to tests folder: cd opensupports/tests
  2. Run make install to install ruby and its the required dependencies
  • make run for running tests (database will be cleared)
  • make clear for clearing database
BACKEND FAKE SMTP SERVER

If you're doing development, you can use a FakeSMTP server to see the mails that are being sent.

  1. Install Java if you don't have it yet:

    sudo apt-get install default-jre sudo apt-get install default-jdk

  2. Download FakeSMTP

  3. Extract the file from the zip and run it:

    java -jar fakeSMTP-2.0.jar

  4. Set the port to 7070 and start the SMTP server.

  5. Every time the application sends an email, it will be reflected there.

opensupports's People

Contributors

ivandiazwm avatar guillegiu avatar mredigonda avatar juliuspro avatar sammousa avatar 7juancruz7 avatar onewaveadrian avatar mte90 avatar flokx avatar florisvdk avatar paraskevasleivadaros avatar kenlog avatar srishag avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.