Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
xiphon
CCS Backend
Commits
c0bec5da
Commit
c0bec5da
authored
Feb 19, 2019
by
xiphon
Browse files
readme: don't use package manager to install Composer
parent
95260c71
Pipeline
#91
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
readme.md
View file @
c0bec5da
...
...
@@ -5,17 +5,22 @@ Monero CCS is a simple web system for capturing donations made to fund community
# CCS Deployment Quickstart
Requirements
##
Requirements
```
mysql >= 5.7.7
php >= 7.1
```
Deployment
## Deployment
```
apt update
apt install -y composer jekyll mysql-server nginx php php-curl php-fpm php-gd php-mbstring php-mysql php-xml unzip
apt install -y jekyll mysql-server nginx php php-curl php-fpm php-gd php-mbstring php-mysql php-xml unzip
```
Install
`Composer`
following the instructions at https://getcomposer.org/download/
```
cd /var/www/html
git clone --recursive https://repo.getmonero.org/monero-project/ccs-back.git
...
...
@@ -127,4 +132,4 @@ Instead of scheduling a cron job you can run the following commands in no partic
2.
Generate static HTML files
```
jekyll build --source /var/www/html/ccs-front --destination /var/www/html/ccs-front/_site
```
\ No newline at end of file
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment