mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-30 17:25:11 +02:00
Update README.md [ci skip]
This commit is contained in:
parent
6502e425d9
commit
86daeb18be
22
README.md
22
README.md
@ -1,8 +1,19 @@
|
||||
OpenSupports v4.0
|
||||

|
||||
|
||||
[](https://codeship.com/projects/124436/)
|
||||
[](https://travis-ci.org/opensupports/opensupports)
|
||||
============
|
||||
|
||||
## About
|
||||
OpenSupports is an open source tickt system.
|
||||
Please, visit our website for more information: [http://www.opensupports.com/](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)
|
||||
0. update `sudo apt-get update`
|
||||
1. Clone this repo
|
||||
@ -25,10 +36,9 @@ Now that `gulp dev` is running, the server is up as well and serving files from
|
||||
|
||||
##### Production Task
|
||||
|
||||
Just as there is the `gulp dev` task for development, there is also a `gulp prod` task for putting your project into a production-ready state. This will run each of the tasks, while also adding the image minification task discussed above. There is also an empty `gulp deploy` task that is included when running the production task. This deploy task can be fleshed out to automatically push your production-ready site to your hosting setup.
|
||||
|
||||
**Reminder:** When running the production task, gulp will not fire up the express server and serve your index.html. This task is designed to be run before the `deploy` step that may copy the files from `/build` to a production web server.
|
||||
Just as there is the `gulp dev` task for development, there is also a `gulp prod` 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.
|
||||
|
||||
**Reminder:** Notice there is `index.html` and `index.php`. The firstone searches the backend server where `config.js` say 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
|
||||
@ -95,4 +105,4 @@ If you're doing development, you can use a FakeSMTP server to see the mails that
|
||||
|
||||
4. Set the port to 7070 and start the SMTP server
|
||||
|
||||
5. Every time the application sends an email, it will be reflected there.
|
||||
5. Every time the application sends an email, it will be reflected there.
|
||||
|
Loading…
x
Reference in New Issue
Block a user