mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Readme update
This commit is contained in:
parent
4d10ed80f0
commit
bfe604a880
75
README.md
75
README.md
@ -20,6 +20,40 @@
|
|||||||
|
|
||||||
OpenClassify is modular and most advanced open source classified platform build with Laravel included Pyrocms.
|
OpenClassify is modular and most advanced open source classified platform build with Laravel included Pyrocms.
|
||||||
|
|
||||||
|
### Install with Docker
|
||||||
|
|
||||||
|
We suggest to use Docker. Nginx, Mysql and PHP 8.2 pre-installed. MacOS, Windows and Ubuntu is supported.
|
||||||
|
Install Docker and run it. Install by watching 2 min video on [Youtube](https://www.youtube.com/watch?v=vVpVmsxq-Z0&t=27s&pp=ygUTb3BlbmNsYXNzaWZ5IGRvY2tlcg%3D%3D)
|
||||||
|
|
||||||
|
|
||||||
|
1- Clone project
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/openclassify/openclassify.git
|
||||||
|
```
|
||||||
|
|
||||||
|
2- Run install.sh
|
||||||
|
```bash
|
||||||
|
bash install.sh
|
||||||
|
```
|
||||||
|
3- That's it!
|
||||||
|
|
||||||
|
Open project at [localhost](http://localhost)
|
||||||
|
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
You can visit this link for detailed documentation.
|
||||||
|
https://visiosoft.gitbook.io/v2/
|
||||||
|
|
||||||
|
### CLI Commands
|
||||||
|
|
||||||
|
If you couldn't find a solution for any problem, please review our CLI Command document.
|
||||||
|
[View CLI Command Document](https://github.com/openclassify/openclassify/blob/master/docs/cli-commands.md)
|
||||||
|
|
||||||
|
### Other Installation Methods
|
||||||
|
|
||||||
|
Check [here](https://github.com/openclassify/openclassify/blob/master/docs/other-install-methods.md) for more.
|
||||||
|
|
||||||
|
|
||||||
### Translation
|
### Translation
|
||||||
|
|
||||||
@ -40,53 +74,14 @@ Openclassify support 22+ languages. If you'd like to contribute translations, pl
|
|||||||
- Fileinfo PHP Extension
|
- Fileinfo PHP Extension
|
||||||
- Tokenizer PHP Extension
|
- Tokenizer PHP Extension
|
||||||
- GD Library (>=2.0) **OR** Imagick PHP extension (>=6.5.7)
|
- GD Library (>=2.0) **OR** Imagick PHP extension (>=6.5.7)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Install Via Docker
|
|
||||||
|
|
||||||
We suggest to use Docker. Install Docker and run it.
|
|
||||||
|
|
||||||
1- Clone project
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/openclassify/openclassify.git
|
|
||||||
```
|
|
||||||
or use your IDE (like VS Code Or PHPStorm)
|
|
||||||
|
|
||||||
2- Run install.sh
|
|
||||||
```bash
|
|
||||||
bash install.sh
|
|
||||||
```
|
|
||||||
Open project at [localhost](http://localhost)
|
|
||||||
|
|
||||||
Nginx, Mysql and PHP 8.2 installed. MacOS, Windows and Ubuntu is supported.
|
|
||||||
|
|
||||||
Watch in on [Youtube](https://www.youtube.com/watch?v=vVpVmsxq-Z0&t=27s&pp=ygUTb3BlbmNsYXNzaWZ5IGRvY2tlcg%3D%3D)
|
|
||||||
|
|
||||||
## Other Installation Methods
|
|
||||||
|
|
||||||
Check [here](https://github.com/openclassify/openclassify/blob/master/docs/other-install-methods.md) for more.
|
|
||||||
|
|
||||||
|
|
||||||
### CLI Commands
|
### Code Contributors
|
||||||
|
|
||||||
If you couldn't find a solution for any problem, please review our CLI Command document.
|
|
||||||
[View CLI Command Document](https://github.com/openclassify/openclassify/blob/master/docs/cli-commands.md)
|
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
You can visit this link for detailed documentation.
|
|
||||||
https://visiosoft.gitbook.io/v2/
|
|
||||||
|
|
||||||
## Code Contributors
|
|
||||||
|
|
||||||
This project exists thanks to all the people who [contribute](https://github.com/openclassify/openclassify/graphs/contributors) and more.
|
This project exists thanks to all the people who [contribute](https://github.com/openclassify/openclassify/graphs/contributors) and more.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
||||||
<a href = "https://github.com/openclassify/openclassify/graphs/contributors">
|
<a href = "https://github.com/openclassify/openclassify/graphs/contributors">
|
||||||
<img src = "https://contrib.rocks/image?repo=openclassify/openclassify"/>
|
<img src = "https://contrib.rocks/image?repo=openclassify/openclassify"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
Loading…
Reference in New Issue
Block a user