upgraded jekyll and bundle
This commit is contained in:
parent
8b0d19ab35
commit
36bfce14b4
127 changed files with 4647 additions and 4225 deletions
|
|
@ -9,25 +9,24 @@ scopesessions.org
|
|||
### Development
|
||||
|
||||
```
|
||||
git clone https://acorbi@bitbucket.org/acorbi/scopesessions.org.git
|
||||
git clone https://bitbucket.org/acorbi/scopesessions.org.git
|
||||
```
|
||||
* Install dependencies
|
||||
```
|
||||
sudo apt-get install jekyll
|
||||
sudo gem install bundle
|
||||
sudo bundle install
|
||||
```
|
||||
* Serve files
|
||||
```
|
||||
jekyll serve
|
||||
# Serve starts a small webserver with your site on http://localhost:4000 for testing
|
||||
```
|
||||
* Build files
|
||||
```
|
||||
jekyll build
|
||||
# Build generates the HTML/JS/CSS into _site/
|
||||
```
|
||||
* Commit/Push changes to master or other branch. **NOTE** Optimally, all changes would be done in a separated branch and then merged per Pull-Request into master.
|
||||
* Install dependencies
|
||||
```
|
||||
gem install bundler
|
||||
bundle install
|
||||
```
|
||||
* Serve files
|
||||
```
|
||||
bundle exec jekyll serve
|
||||
# Serve starts a small webserver with your site on http://localhost:4000 for testing
|
||||
```
|
||||
* Build files
|
||||
```
|
||||
bundle exec jekyll build
|
||||
# Build generates the HTML/JS/CSS into _site/
|
||||
```
|
||||
* Commit/Push changes to master.
|
||||
```
|
||||
git add --all .
|
||||
git commit -m "Changed this and that"
|
||||
|
|
@ -36,9 +35,4 @@ git push
|
|||
|
||||
### Deployment
|
||||
|
||||
* SSH into scopesessions.org and pull the changes from master.
|
||||
```
|
||||
cd /var/www/vhosts/scopesessions.org
|
||||
git checkout master
|
||||
git pull
|
||||
```
|
||||
* Contact a.corbi@gmail.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue